Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
removing debug information for current environment configuration whic…
Browse files Browse the repository at this point in the history
…h is replaced by new output
  • Loading branch information
lirantal committed Nov 20, 2014
1 parent 374b45c commit e2b91b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
}
});

Expand Down

0 comments on commit e2b91b0

Please sign in to comment.