Skip to content

Commit a9523d1

Browse files
committed
Delete debug print
1 parent 222c6be commit a9523d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/transform/ExplicitOuter.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ class ExplicitOuter extends MiniPhase with InfoTransformer { thisPhase =>
9696
val parentTp = cls.denot.thisType.baseType(parentTrait)
9797
val outerAccImpl = newOuterAccessor(cls, parentTrait).enteredAfter(thisPhase)
9898
newDefs += DefDef(outerAccImpl, singleton(fixThis(outerPrefix(parentTp))))
99-
.showing(i"outAcc $result, ${outerPrefix(parentTp)}")
10099
}
101100

102101
val parents1 =

0 commit comments

Comments
 (0)