From e2b91b0f84d6585d1d4f90c8d6a335b7bed5fc28 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Thu, 20 Nov 2014 20:36:20 +0200 Subject: [PATCH] removing debug information for current environment configuration which is replaced by new output --- config/init.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/init.js b/config/init.js index 6facd9d0..34af434f 100644 --- a/config/init.js +++ b/config/init.js @@ -25,8 +25,6 @@ module.exports = function() { } process.env.NODE_ENV = 'development'; - } else { - console.log(chalk.black.bgWhite('Application loaded using the "' + process.env.NODE_ENV + '" environment configuration')); } });