Skip to content

Commit 7cf484a

Browse files
author
Lionel Bijaoui
committed
fix: remove console.log
1 parent 4bc0601 commit 7cf484a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fields/fieldInput.vue

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
}
5454
},
5555
formatValueToModel(value) {
56-
console.log(this.schema.inputType, typeof value);
5756
if (value != null) {
5857
if (this.schema.inputType === "date" ||
5958
this.schema.inputType === "datetime" ||

0 commit comments

Comments
 (0)