Skip to content

Commit c900e88

Browse files
Merge pull request #7671 from dotty-staging/remove-rogue-println
Remove rogue `println`
2 parents 8b36a47 + c4bdc35 commit c900e88

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)