mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-19 23:01:31 +02:00
removing un-necessary console.log() calls
This commit is contained in:
@@ -17,7 +17,6 @@ module.exports = function() {
|
||||
glob('./config/env/' + process.env.NODE_ENV + '.js', {
|
||||
sync: true
|
||||
}, function(err, environmentFiles) {
|
||||
console.log();
|
||||
if (!environmentFiles.length) {
|
||||
if (process.env.NODE_ENV) {
|
||||
console.error(chalk.red('No configuration file found for "' + process.env.NODE_ENV + '" environment using development instead'));
|
||||
@@ -29,7 +28,6 @@ module.exports = function() {
|
||||
} else {
|
||||
console.log(chalk.black.bgWhite('Application loaded using the "' + process.env.NODE_ENV + '" environment configuration'));
|
||||
}
|
||||
console.log('\x1b[0m');
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user