This commit is contained in:
barisusakli
2015-04-23 17:18:11 -04:00
parent d6949815ad
commit e5928f330e

View File

@@ -59,7 +59,6 @@ function checkSetupFlag(next) {
setupVal = JSON.parse(nconf.get('setup')); setupVal = JSON.parse(nconf.get('setup'));
} }
} catch (err) { } catch (err) {
winston.error('Was unable to parse JSON, continuing with regular setup.', err);
setupVal = undefined; setupVal = undefined;
} }