From a79b7908f6e4ae3120d11318a6643b724e5718cd Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 8 Mar 2022 14:14:23 +0100 Subject: [PATCH] fix: remove console.log --- packages/vue-apollo-components/src/ApolloQuery.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/vue-apollo-components/src/ApolloQuery.js b/packages/vue-apollo-components/src/ApolloQuery.js index d55554cf..f6099584 100644 --- a/packages/vue-apollo-components/src/ApolloQuery.js +++ b/packages/vue-apollo-components/src/ApolloQuery.js @@ -154,7 +154,6 @@ export default { ...this.options, manual: true, result (result) { - console.log(result) const { errors, loading, networkStatus } = result let { error } = result result = Object.assign({}, result)