Skip to content

Commit 1b19ca3

Browse files
committed
Remove debug System.out.print
1 parent c13b8cb commit 1b19ca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/core/SymbolLoaders.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ class SymbolLoaders {
161161

162162
val unit = new CompilationUnit(ctx.run.getSource(src.path))
163163
enterScanned(unit)(ctx.run.runContext.fresh.setCompilationUnit(unit))
164-
System.out.println(" done")
165164
}
166165
}
167166
else enterClassAndModule(owner, name, completer, scope = scope)

0 commit comments

Comments
 (0)