diff options
Diffstat (limited to 'src/compiler.rs')
| -rw-r--r-- | src/compiler.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler.rs b/src/compiler.rs index dba0174..3a4181b 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -461,7 +461,6 @@ impl Compiler { } } - println!("({:?} -> {:?})", args, return_type); self.scope(&mut function_block); }); @@ -639,7 +638,6 @@ impl Compiler { } }; let f = Type::Function(params, Box::new(return_type)); - println!("Parsed {:?} on line {}", f, self.line()); Ok(f) } Token::Identifier(x) => { |
