]> Chaos Git - corbenik/corbenik.git/commitdiff
Remove unneeded debug output dump from the bytecode assembler
authorchaoskagami <chaos.kagami@gmail.com>
Sat, 4 Jun 2016 15:58:49 +0000 (11:58 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Sat, 4 Jun 2016 15:58:49 +0000 (11:58 -0400)
host/bytecode_asm.py

index 993ee46b32f3668dc7b531cf18b9904b4783208f..7d67c195f7082721daf44cea4b7fe2cf7e8d41a6 100755 (executable)
@@ -225,9 +225,7 @@ with open(in_file, "r") as ins:
                if title:
                        for f in title:
                                tid = bytearray.fromhex(f) # Endianness.
-                               print([tid])
                                tid.reverse()
-                               print([tid])
                                data += tid
                if deps:
                        for f in deps: