Skip to content

Commit 5f2c21b

Browse files
committed
Drop debug println
1 parent dad9dfc commit 5f2c21b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dotty/tools/dotc/ast/TreeTypeMap.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ final class TreeTypeMap(
8686
(tmap.transform(_)(ctx.withOwner(mapOwner(impl.symbol.owner))))
8787
).withType(tmap.mapType(impl.tpe))
8888
case tree1 =>
89-
println(i"tree type map $tree1, owner = ${ctx.owner}")
9089
tree1.withType(mapType(tree1.tpe)) match {
9190
case id: Ident if tpd.needsSelect(id.tpe) =>
9291
ref(id.tpe.asInstanceOf[TermRef]).withPos(id.pos)

0 commit comments

Comments
 (0)