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}