diff --git a/graph/index.js b/graph/index.js index f8695afbb..7fddce2eb 100644 --- a/graph/index.js +++ b/graph/index.js @@ -12,7 +12,3 @@ module.exports = { context: new Context(req) }) }; - -process.on('unhandledRejection', (err) => { - console.error(err); -});