Remove old logging
This commit is contained in:
parent
f8a8a6fc0c
commit
dc15ae307b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user