aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Inferencing.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-10-21 18:28:13 +0200
committerMartin Odersky <odersky@gmail.com>2015-10-21 18:28:13 +0200
commitc4882896c041774b7a8beab1dcb5b4eeee4701f1 (patch)
tree315044f2779bcb5d8bf2d8613bb6c29a203a1987 /src/dotty/tools/dotc/typer/Inferencing.scala
parent2b5b0648dc8c3eb4738d99932f87b9962e9d16b1 (diff)
downloaddotty-c4882896c041774b7a8beab1dcb5b4eeee4701f1.tar.gz
dotty-c4882896c041774b7a8beab1dcb5b4eeee4701f1.tar.bz2
dotty-c4882896c041774b7a8beab1dcb5b4eeee4701f1.zip
Remove disgnostic println
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 {