Removed debugging tool

This commit is contained in:
Wyatt Johnson
2017-01-24 17:08:12 -07:00
parent 26b7d48f1f
commit eb469df573
-4
View File
@@ -12,7 +12,3 @@ module.exports = {
context: new Context(req)
})
};
process.on('unhandledRejection', (err) => {
console.error(err);
});