Skip to content

Commit

Permalink
Disable tracing again
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaisorblade authored and allanrenucci committed Mar 23, 2018
1 parent ee44f8f commit 05162fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/config/Config.scala
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ object Config {
final val showCompletions = false

/** If set, enables tracing */
final val tracingEnabled = true
final val tracingEnabled = false

/** Initial capacity of uniques HashMap.
* Note: This MUST BE a power of two to work with util.HashSet
Expand Down

0 comments on commit 05162fe

Please sign in to comment.