From caaf4296681e4fa040d691169c6665d7b5eac9d2 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 27 Aug 2011 18:02:32 +0000 Subject: 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. --- src/compiler/scala/reflect/internal/Symbols.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler') 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 } -- cgit v1.2.3