build-all - remove debug print

This commit is contained in:
Andrej730
2025-12-15 12:46:15 +05:00
parent 6ab7acfa57
commit 4a2058ebc6
-2
View File
@@ -405,8 +405,6 @@ if any(f.startswith("py-") for f in flags):
if any(f.startswith("occt-") for f in flags):
OCCT_VERSION = next(f.split("-", 1)[1] for f in flags if f.startswith("occt-"))
print(OCCT_VERSION)
if explicit_targets:
targets = {dep for target in explicit_targets for dep in gather_dependencies(target)}
else: