Removed debug console logs
This commit is contained in:
parent
f7faac1afc
commit
631c8b625b
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue