aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dotty/tools/dotc/typer/Inferencing.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/typer/Inferencing.scala b/src/dotty/tools/dotc/typer/Inferencing.scala
index b3968f7c3..f880b647e 100644
--- a/src/dotty/tools/dotc/typer/Inferencing.scala
+++ b/src/dotty/tools/dotc/typer/Inferencing.scala
@@ -81,7 +81,7 @@ object Inferencing {
force.appliesTo(tvar) && {
val direction = instDirection(tvar.origin)
if (direction != 0) {
- if (direction > 0) println(s"inst $tvar dir = up")
+ //if (direction > 0) println(s"inst $tvar dir = up")
instantiate(tvar, direction < 0)
}
else {