From: chaoskagami Date: Sat, 4 Jun 2016 15:58:49 +0000 (-0400) Subject: Remove unneeded debug output dump from the bytecode assembler X-Git-Tag: rel3~5 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=2f6940cb8102feebcbb7b4ee5ee005ca88351116;p=corbenik%2Fcorbenik.git Remove unneeded debug output dump from the bytecode assembler --- diff --git a/host/bytecode_asm.py b/host/bytecode_asm.py index 993ee46..7d67c19 100755 --- a/host/bytecode_asm.py +++ b/host/bytecode_asm.py @@ -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: