diff --git a/src/lib/components/messageLengthDialog.svelte b/src/lib/components/messageLengthDialog.svelte index bea3c2a..fc5fe40 100644 --- a/src/lib/components/messageLengthDialog.svelte +++ b/src/lib/components/messageLengthDialog.svelte @@ -9,7 +9,6 @@ let { messageLength, showDialog = $bindable() }: Props = $props(); const lengthString = $derived(messageLength ? ` (${messageLength})` : ''); - $inspect(lengthString);