From 3e5be21707664d845b5b3e9e899c54faa1b85ecd Mon Sep 17 00:00:00 2001 From: Jussi Saurio Date: Wed, 1 Jan 2025 08:18:49 +0200 Subject: [PATCH] remove commented out code --- core/vdbe/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/vdbe/mod.rs b/core/vdbe/mod.rs index 8c879fe9f..675dea976 100644 --- a/core/vdbe/mod.rs +++ b/core/vdbe/mod.rs @@ -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 } => {