aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Inferencing.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/typer/Inferencing.scala')
-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 81a302717..f414d3bce 100644
--- a/src/dotty/tools/dotc/typer/Inferencing.scala
+++ b/src/dotty/tools/dotc/typer/Inferencing.scala
@@ -82,7 +82,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 {