Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Dec 31, 2016
1 parent 86d2ef4 commit 454fa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formGenerator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ div
});
},
modelUpdated(newVal, schema){
console.log("a child model has updated", newVal, schema);
// console.log("a child model has updated", newVal, schema);
this.model[schema] = newVal;
this.$emit("model-updated", this.model[schema], schema);
},
Expand Down

0 comments on commit 454fa0e

Please sign in to comment.