[FIR] Remove redundant println from RawFirBuilder

This commit is contained in:
Igor Yakovlev
2021-06-03 21:19:54 +02:00
parent 83382bea13
commit 3573f5066b
@@ -2147,7 +2147,6 @@ open class RawFirBuilder(
?: buildErrorExpression(sourceElement, ConeSimpleDiagnostic("Empty label", DiagnosticKind.Syntax))
if (size != context.firLabels.size) {
context.firLabels.removeLast()
println("Unused label: ${expression.text}")
}
return result
}