aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/core/SymDenotations.scala')
-rw-r--r--src/dotty/tools/dotc/core/SymDenotations.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/core/SymDenotations.scala b/src/dotty/tools/dotc/core/SymDenotations.scala
index ed83878a1..3f0ad171a 100644
--- a/src/dotty/tools/dotc/core/SymDenotations.scala
+++ b/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -99,7 +99,7 @@ object SymDenotations {
if (_flags is Touched) throw new CyclicReference(this)
_flags |= Touched
- /* !!! DEBUG Context.theBase.initialCtx.traceIndented(s"completing ${this.debugString}") */ {
+ Context.theBase.initialCtx.traceIndented(s"completing ${this.debugString}") {
completer.complete(this)
}
}
@@ -895,7 +895,7 @@ object SymDenotations {
NoType
}
- /* !!! DEBUG ctx.traceIndented(s"$tp.baseType($this)") */ {
+ ctx.traceIndented(s"$tp.baseType($this)") {
if (symbol.isStatic) symbol.typeConstructor
else tp match {
case tp: CachedType =>