From 4a2058ebc6cf7586a2f100b3add0a96e57fe13cc Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 15 Dec 2025 12:46:15 +0500 Subject: [PATCH] build-all - remove debug print --- nix/build-all.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/build-all.py b/nix/build-all.py index ff53ce6d4b..b548b874c8 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -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: