Skip to content

Commit 454fa0e

Browse files
committed
remove console.log
1 parent 86d2ef4 commit 454fa0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formGenerator.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ div
193193
});
194194
},
195195
modelUpdated(newVal, schema){
196-
console.log("a child model has updated", newVal, schema);
196+
// console.log("a child model has updated", newVal, schema);
197197
this.model[schema] = newVal;
198198
this.$emit("model-updated", this.model[schema], schema);
199199
},

0 commit comments

Comments
 (0)