summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-08-27 18:02:32 +0000
committerPaul Phillips <paulp@improving.org>2011-08-27 18:02:32 +0000
commitcaaf4296681e4fa040d691169c6665d7b5eac9d2 (patch)
treee7f96bf241d20f4a8914467cb4e1d275b05348a3 /src/compiler
parentf0b042b33558345d815ca926360b8071b92461aa (diff)
downloadscala-caaf4296681e4fa040d691169c6665d7b5eac9d2.tar.gz
scala-caaf4296681e4fa040d691169c6665d7b5eac9d2.tar.bz2
scala-caaf4296681e4fa040d691169c6665d7b5eac9d2.zip
Another bit of stray debugging output involving...
Another bit of stray debugging output involving good old symbol #431. Oh, symbol #431, why must you haunt our dreams. No review.
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/reflect/internal/Symbols.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/reflect/internal/Symbols.scala b/src/compiler/scala/reflect/internal/Symbols.scala
index 2af26c7ee7..03ae81adee 100644
--- a/src/compiler/scala/reflect/internal/Symbols.scala
+++ b/src/compiler/scala/reflect/internal/Symbols.scala
@@ -840,7 +840,7 @@ trait Symbols extends api.Symbols { self: SymbolTable =>
phase = phaseOf(infos.validFrom)
tp.complete(this)
} finally {
- if (id == 431) println("completer ran "+tp.getClass+" for "+fullName)
+ // if (id == 431) println("completer ran "+tp.getClass+" for "+fullName)
unlock()
phase = current
}