From 54ae05844d259e2ea33dff67d86ee1ef33a3f806 Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 28 Nov 2024 01:11:54 -0500 Subject: [PATCH] Clean up --- dust-lang/src/compiler.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/dust-lang/src/compiler.rs b/dust-lang/src/compiler.rs index 8b76650..d6dbe1a 100644 --- a/dust-lang/src/compiler.rs +++ b/dust-lang/src/compiler.rs @@ -117,8 +117,6 @@ impl<'src> Compiler<'src> { .rev() .find_map(|(instruction, _, _)| { if instruction.yields_value() { - println!("{:?}", instruction); - Some(instruction.a() + 1) } else { None