Remove debug print

Former-commit-id: 66834fed19
This commit is contained in:
Phillip Stephens 2022-10-09 16:49:59 -07:00
parent df9d1476e9
commit fbd2b53823
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")