Skip to content

Commit c13b8cb

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 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

0 commit comments

Comments
 (0)