diff --git a/build/hygiene.js b/build/hygiene.js index 3809036d..4c95e9fa 100644 --- a/build/hygiene.js +++ b/build/hygiene.js @@ -30,10 +30,10 @@ function hygiene(some, linting = true) { const productJson = es.through(function (file) { const product = JSON.parse(file.contents.toString('utf8')); - if (product.extensionsGallery) { - console.error(`product.json: Contains 'extensionsGallery'`); - errorCount++; - } + // if (product.extensionsGallery) { + // console.error(`product.json: Contains 'extensionsGallery'`); + // errorCount++; + // } this.emit('data', file); });