Skip to content

Commit def6e0e

Browse files
Merge pull request #4087 from dotty-staging/remove-println
Remove debug System.out.print
2 parents cfef000 + 1b19ca3 commit def6e0e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ class SymbolLoaders {
120120

121121
val completer = new SourcefileLoader(src)
122122
if (ctx.settings.scansource.value && ctx.run != null) {
123-
System.out.print(i"scanning $src ...")
124-
System.out.flush()
125123
if (src.exists && !src.isDirectory) {
126124
val filePath = owner.ownersIterator.takeWhile(!_.isRoot).map(_.name.toTermName).toList
127125

@@ -163,7 +161,6 @@ class SymbolLoaders {
163161

164162
val unit = new CompilationUnit(ctx.run.getSource(src.path))
165163
enterScanned(unit)(ctx.run.runContext.fresh.setCompilationUnit(unit))
166-
System.out.println(" done")
167164
}
168165
}
169166
else enterClassAndModule(owner, name, completer, scope = scope)

0 commit comments

Comments
 (0)