Skip to content

Commit 76d2862

Browse files
committed
remove debug print
1 parent 0776643 commit 76d2862

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/src/dotty/tools/dotc/typer/Typer.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4055,11 +4055,6 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
40554055
case _: SingletonType | _: FunOrPolyProto => false
40564056
case _ => true
40574057
var resMatch: Boolean = false
4058-
// println(i"adaptNoArgs: tree = ${tree}")
4059-
// println(i"adaptNoArgs: ctx.mode = ${ctx.mode}")
4060-
// println(i"adaptNoArgs: ptNorm = ${ptNorm}")
4061-
// println(i"functionExpected = ${functionExpected}")
4062-
// println(i"needsEta = ${needsEta}")
40634058
wtp match {
40644059
case wtp: ExprType =>
40654060
readaptSimplified(tree.withType(wtp.resultType))

0 commit comments

Comments
 (0)