change: remove logging

This commit is contained in:
Julian Krauser 2025-05-08 08:12:26 +02:00
parent f64397862c
commit a39044dffc

View file

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