Skip to content

Commit 71d4e28

Browse files
committed
Remove stray debug comment
1 parent 58ba39c commit 71d4e28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compiler/scala/tools/nsc/typechecker/Typers.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2762,8 +2762,6 @@ trait Typers extends Adaptations with Tags with TypersTracking with PatternTyper
27622762
// NOTE: this `samBodyDef.symbol.info` runs the type completer set up by the enterSym above
27632763
val actualSamType = samBodyDef.symbol.info
27642764

2765-
// println(samClassTp)
2766-
27672765
// we're trying to fully define the type arguments for this type constructor
27682766
val samTyCon = samClassTp.typeSymbol.typeConstructor
27692767

0 commit comments

Comments
 (0)