From 1fa6de9e53b5c887b0e865eacce65b72b1cb15a4 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 1 Dec 2019 15:38:13 -0800 Subject: that wasnt supposed to get committed --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') 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>(mut bytes_iter: T, instruction: &mut Ins } } }; - println!("loaded record {:?}", record); if let Interpretation::Instruction(opcode) = record.0 { instruction.opcode = opcode; } else { -- cgit v1.1