removed empty console error

This commit is contained in:
Stefan Zermatten
2020-03-05 14:09:21 +02:00
parent 69e8a307fc
commit d6877905c9

View File

@@ -35,7 +35,6 @@ const schemaFormMixin = {
if (this.valid) this.valid = false;
errors[error.name] = this.schema.messageForError(error);
});
console.error(errors);
return errors;
},
},