Remove debug print

This commit is contained in:
Phillip Stephens 2022-10-09 16:49:59 -07:00
parent d13e0eeb2c
commit 66834fed19
1 changed files with 0 additions and 3 deletions

View File

@ -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")