mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 08:08:14 -06:00
chore: remove debug statements
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user