Skip to content

Commit 05bfe78

Browse files
committed
Comment out debug println
1 parent 89f9091 commit 05bfe78

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
@@ -81,7 +81,7 @@ object Inferencing {
8181
force.appliesTo(tvar) && {
8282
val direction = instDirection(tvar.origin)
8383
if (direction != 0) {
84-
if (direction > 0) println(s"inst $tvar dir = up")
84+
//if (direction > 0) println(s"inst $tvar dir = up")
8585
instantiate(tvar, direction < 0)
8686
}
8787
else {

0 commit comments

Comments
 (0)