1
0
mirror of synced 2025-02-16 20:53:13 +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) { hydrate (values) {
for (let field of this.fields) { for (let field of this.fields) {
console.log(`${field.name}: ${typeof this.values[field]}`)
if (field.type !== 'submit' && typeof this.values[field.name] === 'undefined') { if (field.type !== 'submit' && typeof this.values[field.name] === 'undefined') {
this.$store.commit(`${this.m}setFieldValue`, { this.$store.commit(`${this.m}setFieldValue`, {
field: field.name, field: field.name,