Skip to content

Commit 27f390b

Browse files
committed
Remove stray printlns
1 parent 61b6c39 commit 27f390b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -2106,10 +2106,8 @@ class Typer extends Namer
21062106
def adaptNoArgsImplicitMethod(wtp: MethodType): Tree = {
21072107
assert(wtp.isImplicitMethod)
21082108
val tvarsToInstantiate = tvarsInParams(tree)
2109-
println(i"adaptNoArgsImpl $tvarsToInstantiate%, %, ${ctx.typerState.constraint}")
21102109
wtp.paramInfos.foreach(instantiateSelected(_, tvarsToInstantiate))
21112110
val constr = ctx.typerState.constraint
2112-
println(i"new constr = $constr")
21132111

21142112
def dummyArg(tp: Type) = untpd.Ident(nme.???).withTypeUnchecked(tp)
21152113

0 commit comments

Comments
 (0)