Skip to content

Commit ff528bd

Browse files
committed
Remove debug logs
1 parent 339ee78 commit ff528bd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/build/platform_vulkan.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@ def get_env(target_any):
4040
if target_any.startswith("win-arm64"):
4141
env = os.environ.copy()
4242

43-
print(env["PATH"])
4443
# Prevent ggml-vulkan's cmake from picking up MSVC tools
4544
env["PATH"] = re.sub(r"Tools\\MSVC\\[\d\.]+\\bin\\Hostx64\\x64", r"Tools\\Llvm\\x64\\bin", env["PATH"])
4645

47-
print("env", env["PATH"])
48-
4946
return env
5047

5148
return None

0 commit comments

Comments
 (0)