remove commented out code

This commit is contained in:
Jussi Saurio
2025-01-01 08:18:49 +02:00
parent 2b5b54c44e
commit 3e5be21707

View File

@@ -179,7 +179,6 @@ impl Program {
}
let insn = &self.insns[state.pc as usize];
trace_insn(self, state.pc as InsnReference, insn);
// print_insn(self, state.pc as InsnReference, insn, "".to_string());
let mut cursors = state.cursors.borrow_mut();
match insn {
Insn::Init { target_pc } => {