Skip to content

Commit c488289

Browse files
committed
Remove disgnostic println
1 parent 2b5b064 commit c488289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/typer/Inferencing.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ object Inferencing {
8282
force.appliesTo(tvar) && {
8383
val direction = instDirection(tvar.origin)
8484
if (direction != 0) {
85-
if (direction > 0) println(s"inst $tvar dir = up")
85+
//if (direction > 0) println(s"inst $tvar dir = up")
8686
instantiate(tvar, direction < 0)
8787
}
8888
else {

0 commit comments

Comments
 (0)