diff --git a/tests/run-macros/quote-matcher-power/Macro_1.scala b/tests/run-macros/quote-matcher-power/Macro_1.scala index faae2e929b1b..e89ce3fc46f6 100644 --- a/tests/run-macros/quote-matcher-power/Macro_1.scala +++ b/tests/run-macros/quote-matcher-power/Macro_1.scala @@ -29,7 +29,6 @@ object Macros { case '{ power2(power2($a, $x), $y)} => '{ power2($a, $x * $y ) } case _ => expr } - println(res.show) res } }