mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
remove commented out code
This commit is contained in:
@@ -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 } => {
|
||||
|
||||
Reference in New Issue
Block a user