Removed debug console logs
This commit is contained in:
@@ -167,7 +167,6 @@ export default {
|
|||||||
qFields.push(fields[field]);
|
qFields.push(fields[field]);
|
||||||
}
|
}
|
||||||
this.queryFields = qFields;
|
this.queryFields = qFields;
|
||||||
console.log(this.queryFields);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (schema.getMutationType()) {
|
if (schema.getMutationType()) {
|
||||||
@@ -213,7 +212,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.gqlTypes = types;
|
this.gqlTypes = types;
|
||||||
console.log(this.gqlTypes);
|
|
||||||
|
|
||||||
this.$nuxt.$loading.finish();
|
this.$nuxt.$loading.finish();
|
||||||
const duration = Date.now() - startTime;
|
const duration = Date.now() - startTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user