Skip to content

Commit

Permalink
Update sloth/src/main/scala-2/internal/Macros.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman authored Jun 24, 2024
1 parent d4d2c61 commit 47415b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sloth/src/main/scala-2/internal/Macros.scala
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Translator[C <: Context](val c: C) {
object Translator {
def apply[T](c: Context)(f: Translator[c.type] => c.Tree): c.Expr[T] = {
val tree = f(new Translator(c))
println(tree)
// println(tree)
c.Expr(tree)
}
}
Expand Down

0 comments on commit 47415b1

Please sign in to comment.