diff --git a/src/compiler.rs b/src/compiler.rs index 6ed92d8..6ec074e 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -496,8 +496,6 @@ impl<'a> FuncBuild<'a> { val => val, }; - println!("{val:?}"); - // check if var already exists if let Some(sv) = self.find(&id) { // yes, move it there