diff --git a/build/hygiene.js b/build/hygiene.js index 1668e508..7b85f488 100644 --- a/build/hygiene.js +++ b/build/hygiene.js @@ -28,10 +28,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); });