diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-01 19:29:11 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-01 19:29:11 +0100 |
| commit | 9415c7db1cd00b530f82f673efc32a459a4ae789 (patch) | |
| tree | 7b1509490837c0dac30f58bd1472d5bbdd647139 /src/compiler.rs | |
| parent | 1254dc1cf955d3c310a24e3330a92cc318931654 (diff) | |
| download | sylt-9415c7db1cd00b530f82f673efc32a459a4ae789.tar.gz | |
bugfix sectionizer
Diffstat (limited to 'src/compiler.rs')
| -rw-r--r-- | src/compiler.rs | 1 |
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() { |
