From 11a0ce909bacd3a856681bc31e6ec15ca2c69639 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sun, 11 Feb 2018 13:40:07 +0100 Subject: [PATCH] Reverted index change --- lib/common.js | 4 ---- 1 file changed, 4 deletions(-) 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([