Skip to content

Commit 40af028

Browse files
committed
Drop redundant println
1 parent ec35b84 commit 40af028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/typer/FrontEnd.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ class FrontEnd extends Phase {
8484
}
8585
unitContexts foreach (parse(_))
8686
record("parsedTrees", ast.Trees.ntrees)
87-
unitContexts.foreach(ctx => println(ctx.compilationUnit))
8887
remaining = unitContexts
8988
while (remaining.nonEmpty) {
9089
enterSyms(remaining.head)

0 commit comments

Comments
 (0)