Removed debug console logs

This commit is contained in:
Andrew Bastin
2019-11-19 15:42:28 -05:00
parent f7faac1afc
commit 631c8b625b

View File

@@ -167,7 +167,6 @@ export default {
qFields.push(fields[field]);
}
this.queryFields = qFields;
console.log(this.queryFields);
}
if (schema.getMutationType()) {
@@ -213,7 +212,6 @@ export default {
}
}
this.gqlTypes = types;
console.log(this.gqlTypes);
this.$nuxt.$loading.finish();
const duration = Date.now() - startTime;