Skip to content

Commit ab16b3b

Browse files
authored
Remove debug println in Parsers.scala
1 parent 1d24a1b commit ab16b3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,6 @@ object Parsers {
893893
in.nextToken()
894894
otherArgs(NamedArg(name, typ()), namedTypeArg)
895895
case firstArg =>
896-
if (in.token == EQUALS) println(s"??? $firstArg")
897896
otherArgs(firstArg, typ)
898897
}
899898
else commaSeparated(typParser)

0 commit comments

Comments
 (0)