removing debug log

This commit is contained in:
Adam Brown 2022-06-16 15:38:58 +01:00
parent 42be961681
commit 8754f230d3

View File

@ -79,7 +79,6 @@ android {
buildTypes { buildTypes {
debug { debug {
if (project.hasProperty("coverage")) { if (project.hasProperty("coverage")) {
println(coverage)
testCoverageEnabled = coverage.enableTestCoverage testCoverageEnabled = coverage.enableTestCoverage
} }
// Set to true to log privacy or sensible data, such as token // Set to true to log privacy or sensible data, such as token