Remove old logging

This commit is contained in:
2022-08-21 21:32:49 +02:00
committed by Gitea
parent f8a8a6fc0c
commit dc15ae307b
-1
View File
@@ -15,7 +15,6 @@ function valueChanged(e: Event) {
emits('update:modelValue', target.valueAsNumber);
break;
default:
console.log("STR-INPUT", props.type)
emits('update:modelValue', target.value)
break;
}