Remove old logging

This commit is contained in:
Jan Bader 2022-04-24 20:40:12 +00:00 committed by Gitea
parent f8a8a6fc0c
commit dc15ae307b

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