Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Feb 15, 2017
1 parent ddb1efd commit a8d5e43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fields/core/fieldInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@
mixins: [ abstractField ],
methods: {
formatValueToField(value) {
console.info(value);
if (typeof value === "undefined") {
return value;
}else{
} else {
switch(this.schema.inputType){
case "date":
return fecha.format(value, "YYYY-MM-DD");
Expand Down

0 comments on commit a8d5e43

Please sign in to comment.