1
0
mirror of synced 2024-11-22 05:16:05 +03:00

Removes console.log...sorry guys

This commit is contained in:
Justin Schroeder 2018-02-28 17:24:25 -05:00
parent 2b5dca4859
commit d60b34710a

View File

@ -104,7 +104,6 @@ export default {
},
hydrate (values) {
for (let field of this.fields) {
console.log(`${field.name}: ${typeof this.values[field]}`)
if (field.type !== 'submit' && typeof this.values[field.name] === 'undefined') {
this.$store.commit(`${this.m}setFieldValue`, {
field: field.name,