aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/TreeTypeMap.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-03-12 14:32:02 +0100
committerMartin Odersky <odersky@gmail.com>2016-03-12 14:32:02 +0100
commit5f2c21b738f2de1c73f5625d7811da86e26eb6bc (patch)
tree93a6679b627aaf8fd1ffc21d8fc1b951aa300da7 /src/dotty/tools/dotc/ast/TreeTypeMap.scala
parentdad9dfc2cc83e58fbe59f8cffd28ec1180d6fab1 (diff)
downloaddotty-5f2c21b738f2de1c73f5625d7811da86e26eb6bc.tar.gz
dotty-5f2c21b738f2de1c73f5625d7811da86e26eb6bc.tar.bz2
dotty-5f2c21b738f2de1c73f5625d7811da86e26eb6bc.zip
Drop debug println
Diffstat (limited to 'src/dotty/tools/dotc/ast/TreeTypeMap.scala')
-rw-r--r--src/dotty/tools/dotc/ast/TreeTypeMap.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/ast/TreeTypeMap.scala b/src/dotty/tools/dotc/ast/TreeTypeMap.scala
index 856a471dd..a35fe2e8f 100644
--- a/src/dotty/tools/dotc/ast/TreeTypeMap.scala
+++ b/src/dotty/tools/dotc/ast/TreeTypeMap.scala
@@ -86,7 +86,6 @@ final class TreeTypeMap(
(tmap.transform(_)(ctx.withOwner(mapOwner(impl.symbol.owner))))
).withType(tmap.mapType(impl.tpe))
case tree1 =>
- println(i"tree type map $tree1, owner = ${ctx.owner}")
tree1.withType(mapType(tree1.tpe)) match {
case id: Ident if tpd.needsSelect(id.tpe) =>
ref(id.tpe.asInstanceOf[TermRef]).withPos(id.pos)