From fbd2b5382311ad9f563987bdead9b71c3ce47dbc Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sun, 9 Oct 2022 16:49:59 -0700 Subject: [PATCH] Remove debug print Former-commit-id: 66834fed194bbca42b2bf315a8a75fcb2bbd017f --- configure.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.py b/configure.py index eb81812f..e03a1124 100755 --- a/configure.py +++ b/configure.py @@ -1188,9 +1188,6 @@ for lib in LIBS: object = object[0] if completed: - if not completed: - print(f"{object} is still in COMPLETE_OBJECTS") - inputs.append(f"$builddir/src/{object}.o") else: inputs.append(f"$builddir/asm/{object}.o")