Skip to content

Commit 1656f7c

Browse files
committed
Removed console log
1 parent 540d9dc commit 1656f7c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/vue-plugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ class DollarApollo {
105105
function applyData(data) {
106106
loadingDone();
107107

108-
console.log(data, key);
109-
110108
if (typeof options.update === 'function') {
111109
vm[key] = options.update.call(vm, data);
112110
} else if (data[key] === undefined) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-apollo",
3-
"version": "1.0.0-beta7-2",
3+
"version": "1.0.0-beta7-3",
44
"description": "Vue apollo integration",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)