diff --git a/lib/common.js b/lib/common.js index a989302..8f896b2 100644 --- a/lib/common.js +++ b/lib/common.js @@ -582,10 +582,6 @@ exports.indexOrders = (app, cb) => { // start indexing products and orders exports.runIndexing = (app) => { - if(process.env.NODE_ENV !== 'production'){ - return Promise.resolve(); - } - console.info(colors.yellow('Setting up indexes..')); return Promise.all([