Skip to content

Commit 7e5dec0

Browse files
author
Mihail Slavchev
committed
remove println
1 parent 208ada8 commit 7e5dec0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/project-template-gradle/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,6 @@ task buildMetadata (type: JavaExec) {
398398
aaptCommand += ".exe"
399399
}
400400

401-
println ">>aapt found=" + new File(aaptCommand).exists()
402-
403401
def tmpAPKPath = tmpResourceAPK.getPath()
404402

405403
def removeCmdParams = new ArrayList<String>([aaptCommand, "remove", tmpAPKPath, "assets/metadata/treeNodeStream.dat", "assets/metadata/treeStringsStream.dat", "assets/metadata/treeValueStream.dat"])

0 commit comments

Comments
 (0)