removing debug information for current environment configuration which is replaced by new output

This commit is contained in:
Liran Tal
2014-11-20 20:36:20 +02:00
parent 374b45c126
commit e2b91b0f84

View File

@@ -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'));
}
});