Skip to content

Commit 2350f4d

Browse files
oderskyDarkDimius
authored andcommitted
Remove debug println
1 parent 1f13593 commit 2350f4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dotty/tools/dotc/typer/Applications.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ trait Applications extends Compatibility { self: Typer =>
750750
case _ => args
751751
}
752752
if (argTypes.length != bunchedArgs.length) {
753-
println(argTypes)
754753
ctx.error(d"wrong number of argument patterns for $qual; expected: ($argTypes%, %)", tree.pos)
755754
argTypes = argTypes.take(args.length) ++
756755
List.fill(argTypes.length - args.length)(WildcardType)

0 commit comments

Comments
 (0)