Removed some coments

This commit is contained in:
vjrj 2018-05-03 01:37:22 +02:00
parent a118b91b79
commit 9961e56ddc

View file

@ -7,9 +7,7 @@ Meteor.startup(() => {
const bound = Meteor.bindEnvironment((callback) => { callback(); });
process.on('uncaughtException', (err) => {
bound(() => {
// console.error('Server crashed!', err);
console.error(err);
// console.error(err.stack);
// https://github.com/flowkey/meteor-raven
ravenLogger.log(err);