Skip to content

Commit df8293a

Browse files
committed
Drop debug printlns
1 parent bbe88d1 commit df8293a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/src/dotty/tools/dotc/parsing/Parsers.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,8 +2543,6 @@ object Parsers {
25432543
stats +++= defOrDcl(in.offset, defAnnotsMods(modifierTokens))
25442544
else if (!isStatSep) {
25452545
exitOnError = mustStartStat
2546-
println(in.token)
2547-
println(in.next.token)
25482546
syntaxErrorOrIncomplete("illegal start of definition")
25492547
}
25502548
acceptStatSepUnlessAtEnd()

0 commit comments

Comments
 (0)