From 631c8b625bb30b38f77b31a3ca947ffc4030433a Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Tue, 19 Nov 2019 15:42:28 -0500 Subject: [PATCH] Removed debug console logs --- pages/graphql.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/graphql.vue b/pages/graphql.vue index f6dc69f28..ca16fd34c 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -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;