remove debug code in build

Original commit: elastic/x-pack-elasticsearch@590a605c8a
This commit is contained in:
Colin Goodheart-Smithe 2016-12-01 16:35:16 +00:00
parent 8dc12d0f88
commit a82dc82439
1 changed files with 0 additions and 2 deletions

View File

@ -55,9 +55,7 @@ bundlePlugin {
from { zipTree(project(':cpp').buildZip.outputs.files.singleFile) } from { zipTree(project(':cpp').buildZip.outputs.files.singleFile) }
dependsOn ':cpp:buildZip' dependsOn ':cpp:buildZip'
} else { } else {
print "READ ME ::::::::: " + downloadCppDist.outputs + "\n"
for (file in downloadCppDist.outputs.files) { for (file in downloadCppDist.outputs.files) {
print "READ ME ::::::::: " + file + "\n"
from{ zipTree(file) } from{ zipTree(file) }
} }
dependsOn 'downloadCppDist' dependsOn 'downloadCppDist'