Skip to content

Commit

Permalink
Removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 21, 2016
1 parent 540d9dc commit 1656f7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/vue-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ class DollarApollo {
function applyData(data) {
loadingDone();

console.log(data, key);

if (typeof options.update === 'function') {
vm[key] = options.update.call(vm, data);
} else if (data[key] === undefined) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-apollo",
"version": "1.0.0-beta7-2",
"version": "1.0.0-beta7-3",
"description": "Vue apollo integration",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1656f7c

Please sign in to comment.