From 8aa7a977deecd7cb1fa1b5ef2485d56945c89aa4 Mon Sep 17 00:00:00 2001 From: April Hall Date: Sun, 9 Feb 2025 01:27:29 -0500 Subject: [PATCH] fix: Remove leftover $inspect rune --- src/lib/components/messageLengthDialog.svelte | 1 - 1 file changed, 1 deletion(-) 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);