@@ -496,7 +496,6 @@ export default {
items.scope === "sujectType"
) {
if (!this.formData[items.edu]) {
- console.log(1);
} else {
const indexType = this.educationType.findIndex((its) => {
return its.id === this.formData[items.edu];