chore: remove debug statements

This commit is contained in:
Anton Stubenbord
2023-10-27 12:31:21 +02:00
parent af4359c38d
commit 5bd5964565

View File

@@ -104,7 +104,6 @@ android.applicationVariants.all { variant ->
def abiVersionCode = project.ext.abiCodes.get(abiName)
if (abiVersionCode != null) {
output.versionCodeOverride = variant.versionCode * 10 + abiVersionCode
println "Mapping " + abiName + " to " + output.versionCodeOverride
}
}
}