Skip to content

Commit 506ee92

Browse files
committed
Removed debug print
Signed-off-by: Gregory Shimansky <[email protected]>
1 parent 34f2dce commit 506ee92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ def build_extension(self, ext):
447447
if platform.system() == "Windows":
448448
vs_path = find_visual_studio(["[17.0,18.0)", "[16.0,17.0)"])
449449
env = set_env_vars(vs_path)
450-
print(vs_path)
451450
if not vs_path:
452451
raise EnvironmentError("Visual Studio 2019 or 2022 not found.")
453452
# lit is used by the test suite

0 commit comments

Comments
 (0)