mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 19:45:45 +02:00
removing debug information for current environment configuration which is replaced by new output
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user