Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
kitlangton committed Feb 6, 2022
1 parent 735a1cc commit c8ce247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/parallelfor/internal/Macro.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $lhs.flatMap {
// println(s"compressed: ${sorted.mkString("\n")}")
// println(s"parallelized:\n${PrettyPrint(parallelized)}")
// println(s"tree:\n${PrettyPrint(codeTree)}")
println(s"result:\n${show(expr)}")
// println(s"result:\n${show(expr)}")
c.typecheck(q"""
import _root_.parallelfor.Parallelizable.ParallelizableOps
$expr
Expand Down

0 comments on commit c8ce247

Please sign in to comment.