diff --git a/web/src/components/Input.vue b/web/src/components/Input.vue index e810ba1..41b1a73 100644 --- a/web/src/components/Input.vue +++ b/web/src/components/Input.vue @@ -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; }