Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 3, 2024
1 parent 09face6 commit 17b3b64
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class SigningConfigPlugin : Plugin<Project> {
val extension = extensions.getByType<ApplicationExtension>()
extension.apply {
val f = project.file("keystore.properties")
println("signing: ${f.exists()}")
signingConfigs.apply {
val props = Properties()
if (f.exists()) {
Expand Down

0 comments on commit 17b3b64

Please sign in to comment.