Skip to content

Commit 10c7242

Browse files
Apply suggestions from code review
Co-authored-by: Noah <33094578+coolreader18@users.noreply.github.com>
1 parent f562421 commit 10c7242

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/compile.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,6 @@ impl<O: OutputStream> Compiler<O> {
20362036

20372037
let mut compile_element = |element| {
20382038
self.compile_expression(element).map_err(|e| {
2039-
println!("ahahah {:?}", e);
20402039
if matches!(e.error, CompileErrorType::InvalidStarExpr) {
20412040
self.error(CompileErrorType::SyntaxError(
20422041
"iterable unpacking cannot be used in comprehension".to_owned(),

0 commit comments

Comments
 (0)