mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-10 20:59:06 +00:00
Remove debug print
This commit is contained in:
parent
d13e0eeb2c
commit
66834fed19
@ -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