Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 8, 2022
1 parent 526fbac commit a79b790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue-apollo-components/src/ApolloQuery.js
Expand Up @@ -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)
Expand Down

0 comments on commit a79b790

Please sign in to comment.