mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-14 21:35:02 +01:00
remove debug thing
This commit is contained in:
parent
c130627b63
commit
9d140c45d7
1 changed files with 0 additions and 3 deletions
|
|
@ -40,9 +40,6 @@ where
|
|||
|
||||
let code = codegen::generate(&cg_alloc, &optimized_ir);
|
||||
|
||||
println!("{:#?}", optimized_ir);
|
||||
return Ok(());
|
||||
|
||||
drop(optimized_ir);
|
||||
drop(ir_alloc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue