aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.rs')
-rw-r--r--src/compiler.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler.rs b/src/compiler.rs
index 5ae5bdb..295f5cf 100644
--- a/src/compiler.rs
+++ b/src/compiler.rs
@@ -1794,7 +1794,6 @@ impl<'a, 'b> Compiler {
self.panic = false;
}
- block.debug_print();
self.blocks.insert(0, Rc::new(RefCell::new(block)));
if self.errors.is_empty() {