mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-06 15:55:51 +00:00
Remove debug print
Former-commit-id: 66834fed194bbca42b2bf315a8a75fcb2bbd017f
This commit is contained in:
parent
df9d1476e9
commit
fbd2b53823
@ -1188,9 +1188,6 @@ for lib in LIBS:
|
|||||||
object = object[0]
|
object = object[0]
|
||||||
|
|
||||||
if completed:
|
if completed:
|
||||||
if not completed:
|
|
||||||
print(f"{object} is still in COMPLETE_OBJECTS")
|
|
||||||
|
|
||||||
inputs.append(f"$builddir/src/{object}.o")
|
inputs.append(f"$builddir/src/{object}.o")
|
||||||
else:
|
else:
|
||||||
inputs.append(f"$builddir/asm/{object}.o")
|
inputs.append(f"$builddir/asm/{object}.o")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user