Skip to content

Commit a79b790

Browse files
committed
fix: remove console.log
1 parent 526fbac commit a79b790

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vue-apollo-components/src/ApolloQuery.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ export default {
154154
...this.options,
155155
manual: true,
156156
result (result) {
157-
console.log(result)
158157
const { errors, loading, networkStatus } = result
159158
let { error } = result
160159
result = Object.assign({}, result)

0 commit comments

Comments
 (0)