From e5928f330e7dc0d2bda2057c32f5c45d9dd8f48b Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 23 Apr 2015 17:18:11 -0400 Subject: [PATCH] closes #3085 --- src/install.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/install.js b/src/install.js index 4a48d7197c..250aa4c799 100644 --- a/src/install.js +++ b/src/install.js @@ -59,7 +59,6 @@ function checkSetupFlag(next) { setupVal = JSON.parse(nconf.get('setup')); } } catch (err) { - winston.error('Was unable to parse JSON, continuing with regular setup.', err); setupVal = undefined; }