Skip to content

Commit bf62402

Browse files
committed
Remove debug println
1 parent 309c632 commit bf62402

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ class SuperAccessors(thisPhase: DenotTransformer) {
155155
AccessProxies.hostForAccessorOf(sym).is(Trait)
156156
qual match {
157157
case _: This if needsSuperAccessor =>
158-
println(i"trans super $sel in $currentClass")
159158
/*
160159
* A trait which extends a class and accesses a protected member
161160
* of that class cannot implement the necessary accessor method
@@ -165,7 +164,6 @@ class SuperAccessors(thisPhase: DenotTransformer) {
165164
* by the implementing class. See SI-2296.
166165
*/
167166
superAccessorCall(sel)
168-
.reporting(res => i"trans super $sel in $currentClass = $res")
169167
case Super(_, mix) =>
170168
transformSuperSelect(sel)
171169
case _ =>

0 commit comments

Comments
 (0)