Skip to content

Commit

Permalink
disable codegen logging
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Aug 19, 2014
1 parent 87d101d commit 58d15f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ abstract class CodeGenerator[InType <: AnyRef, OutType <: AnyRef] extends Loggin

// Only inject debugging code if debugging is turned on.
val debugCode =
if (log.isDebugEnabled) {
if (false) {
val localLogger = log
val localLoggerTree = reify { localLogger }
q"""
Expand Down

0 comments on commit 58d15f1

Please sign in to comment.