We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e531634 commit c13b8cbCopy full SHA for c13b8cb
compiler/src/dotty/tools/dotc/core/SymbolLoaders.scala
@@ -120,8 +120,6 @@ class SymbolLoaders {
120
121
val completer = new SourcefileLoader(src)
122
if (ctx.settings.scansource.value && ctx.run != null) {
123
- System.out.print(i"scanning $src ...")
124
- System.out.flush()
125
if (src.exists && !src.isDirectory) {
126
val filePath = owner.ownersIterator.takeWhile(!_.isRoot).map(_.name.toTermName).toList
127
0 commit comments