Skip to content

Commit 0f89ae9

Browse files
committed
remove debugging code
1 parent 55ee74f commit 0f89ae9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scaladoc/src/dotty/tools/scaladoc/tasty/TypesSupport.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,6 @@ trait TypesSupport:
378378
case NoPrefix() => true
379379
case ThisType(tp) if tp.typeSymbol == classOwner || tp.typeSymbol == elideThis.symbol => true
380380
case ThisType(_) if skipThisTypePrefix => true
381-
// case ThisType(_) if elideThis.symbol == classOwner =>
382-
// Thread.dumpStack()
383-
// true
384381
case _ =>
385382
val flags = tr.typeSymbol.flags
386383
flags.is(Flags.Module) || flags.is(Flags.Package)

0 commit comments

Comments
 (0)