We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f2dce commit 506ee92Copy full SHA for 506ee92
python/setup.py
@@ -447,7 +447,6 @@ def build_extension(self, ext):
447
if platform.system() == "Windows":
448
vs_path = find_visual_studio(["[17.0,18.0)", "[16.0,17.0)"])
449
env = set_env_vars(vs_path)
450
- print(vs_path)
451
if not vs_path:
452
raise EnvironmentError("Visual Studio 2019 or 2022 not found.")
453
# lit is used by the test suite
0 commit comments