Merge "check-flagged-apis: remove debug print" into main
This commit is contained in:
commit
c791547786
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ internal fun parseApiVersions(input: InputStream): Set<Symbol> {
|
|||
}
|
||||
val methodSignatureParts = methodSignature.split(Regex("\\(|\\)"))
|
||||
if (methodSignatureParts.size != 3) {
|
||||
throw Exception("Bad XML: method signature '$methodSignature': debug $methodSignatureParts")
|
||||
throw Exception("Bad XML: method signature '$methodSignature'")
|
||||
}
|
||||
var (methodName, methodArgs, methodReturnValue) = methodSignatureParts
|
||||
val packageAndClassName =
|
||||
|
|
Loading…
Reference in a new issue