Skip to content

Commit

Permalink
Merge pull request scala#7671 from dotty-staging/remove-rogue-println
Browse files Browse the repository at this point in the history
Remove rogue `println`
  • Loading branch information
nicolasstucki authored Dec 3, 2019
2 parents 8b36a47 + c4bdc35 commit c900e88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/run-macros/quote-matcher-power/Macro_1.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ object Macros {
case '{ power2(power2($a, $x), $y)} => '{ power2($a, $x * $y ) }
case _ => expr
}
println(res.show)
res
}
}

0 comments on commit c900e88

Please sign in to comment.