Another bit of stray debugging output involving good old symbol #431.

Oh, symbol #431, why must you haunt our dreams.  No review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25577 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
extempore 2011-08-27 18:02:32 +00:00
parent 268cdc3942
commit ae34b0a00c
1 changed files with 1 additions and 1 deletions

View File

@ -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
}