Remove leftover debugging output that I no longer need

This commit is contained in:
Ben Liblit 2018-01-18 17:26:25 -06:00
parent 2e54ec4b0c
commit 17b1d85f76
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ task verifyNodeJS(type: VerifyWithStamp, dependsOn: downloadNodeJS) {
}
task unpackNodeJSLib(type: Sync, dependsOn: verifyNodeJS) {
println "unpack zip tree \"$verifyNodeJS.src\" into \"$temporaryDir\""
from(zipTree(verifyNodeJS.src)) {
eachFile { details ->
if (details.relativePath.pathString.startsWith('nodejs-node-0a604e9/lib/')) {