Skip to content

Commit

Permalink
Update quasiquote debug output minimization pass
Browse files Browse the repository at this point in the history
  • Loading branch information
densh committed Mar 9, 2014
1 parent f94959d commit c754ca8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ abstract class Quasiquotes extends Parsers
def sreified =
reified
.toString
.replace("scala.reflect.runtime.`package`.universe.build.", "")
.replace("scala.reflect.runtime.`package`.universe.internal.reificationSupport.", "")
.replace("scala.reflect.runtime.`package`.universe.", "")
.replace("scala.collection.immutable.", "")
debug(s"reified tree:\n$sreified\n")
Expand Down

0 comments on commit c754ca8

Please sign in to comment.