From ad4ef8c9862b3bcfb4f36342c078a865f558d551 Mon Sep 17 00:00:00 2001 From: Harald Mack Date: Tue, 22 Oct 2024 16:28:31 +0200 Subject: [PATCH] remove excessive debug output --- frontend/src/lib/components/DataInput/DataInput.svelte | 3 +-- frontend/src/lib/components/UserDataInput.svelte | 10 ++++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/src/lib/components/DataInput/DataInput.svelte b/frontend/src/lib/components/DataInput/DataInput.svelte index 9be96e1..9015e3e 100644 --- a/frontend/src/lib/components/DataInput/DataInput.svelte +++ b/frontend/src/lib/components/DataInput/DataInput.svelte @@ -53,7 +53,6 @@ $: valid = evalValid(value); $: highlight = !valid && properties.required === true; $: showTextField = checkShowTextfield(value); - $: console.log('props: ', properties, 'disabled: ', properties.disabled); {#if label} @@ -64,7 +63,7 @@ @@ -200,12 +198,16 @@ {#if dataIsCurrent === true} {:else} {/if}