Remove old logging

This commit is contained in:
2022-04-24 20:40:12 +00:00
parent 3b1174225a
commit 67c79e252e

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;
}