fix: remove debug: true

left this in accidentally as subscriptions are not running as debug for
some reason
This commit is contained in:
izzy lyseggen
2020-08-12 16:02:31 +01:00
parent e3f2d73444
commit 392c95d3e1
+1 -1
View File
@@ -64,7 +64,7 @@ exports.init = async ( ) => {
},
},
tracing: process.env.NODE_ENV === 'test' || process.env.NODE_ENV === 'development',
debug: true
// debug: true
} )
graphqlServer.applyMiddleware( { app: app } )