From 1509c3e1b24531b32ebff9c37ea1f66220a2cf15 Mon Sep 17 00:00:00 2001 From: min Date: Thu, 9 Oct 2025 21:39:58 -0400 Subject: [PATCH] lol --- src/compiler.rs | 2 -- 1 file changed, 2 deletions(-) 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