Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bijaoui committed Sep 20, 2016
1 parent 4bc0601 commit 7cf484a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fields/fieldInput.vue
Expand Up @@ -53,7 +53,6 @@
}
},
formatValueToModel(value) {
console.log(this.schema.inputType, typeof value);
if (value != null) {
if (this.schema.inputType === "date" ||
this.schema.inputType === "datetime" ||
Expand Down

0 comments on commit 7cf484a

Please sign in to comment.