From 2f6940cb8102feebcbb7b4ee5ee005ca88351116 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Sat, 4 Jun 2016 11:58:49 -0400 Subject: [PATCH] Remove unneeded debug output dump from the bytecode assembler --- host/bytecode_asm.py | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.39.5