Skip to content

Commit c4bdc35

Browse files
committed
Remove println that print on testCompilation output
Was probably there for debug at some point
1 parent 8b36a47 commit c4bdc35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/run-macros/quote-matcher-power/Macro_1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ object Macros {
2929
case '{ power2(power2($a, $x), $y)} => '{ power2($a, $x * $y ) }
3030
case _ => expr
3131
}
32-
println(res.show)
3332
res
3433
}
3534
}

0 commit comments

Comments
 (0)