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