Remove logs Graphql

This commit is contained in:
Jim LAURIE 2018-10-18 14:33:08 +02:00
parent 651cf3198b
commit 4ced536eaf

View File

@ -196,8 +196,6 @@ module.exports = {
}
if (!_.isFunction(acc[type][resolver])) {
console.log(type, resolver);
acc[type][resolver] = acc[type][resolver].resolver;
}