aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0f019d1..00ec194 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3056,7 +3056,6 @@ pub fn read_instr<T: Iterator<Item=u8>>(mut bytes_iter: T, instruction: &mut Ins
}
}
};
- println!("loaded record {:?}", record);
if let Interpretation::Instruction(opcode) = record.0 {
instruction.opcode = opcode;
} else {