change: remove logging

This commit is contained in:
Julian Krauser 2025-05-08 08:12:26 +02:00
parent 369a67abda
commit d5863277af

View file

@ -149,7 +149,6 @@ export default defineComponent({
this.value.id = uuid();
}
if (!this.value.type) {
console.log("setting type");
this.type = "defined";
}
},