Skip to content

Commit 4ba8e62

Browse files
committed
Remove leftovers
1 parent ca98682 commit 4ba8e62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

presentation-compiler/src/main/dotty/tools/pc/completions/Completions.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ class Completions(
392392
val values = FilenameCompletions.contribute(filename, td)
393393
(values, true)
394394
case (lit @ Literal(Constant(_: String))) :: _ =>
395-
println("COMpletion")
396395
val completions = InterpolatorCompletions
397396
.contribute(
398397
text,

0 commit comments

Comments
 (0)