0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #1579 from ErisDS/master-fix

Removing error handling using process.stderr
This commit is contained in:
Hannah Wolfe 2013-11-27 09:22:49 -08:00
commit 8a55d60c2d

View file

@ -28,9 +28,6 @@ var config = require('./server/config'),
// stderr messages from bluebird promises.
if (process.env.NODE_ENV === 'development') {
require('when/monitor/console');
process.stderr.on('data', function (msg) {
console.log(msg);
});
}
// Sets up the express server instance.