From 41a1a646778935602ed12d09dbc61eb06be9670e Mon Sep 17 00:00:00 2001 From: April Hall Date: Thu, 6 Feb 2025 23:57:24 -0500 Subject: [PATCH] fix: Remove $inspect (left over from testing) --- src/lib/components/channel.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/components/channel.svelte b/src/lib/components/channel.svelte index f292f22..c811dad 100644 --- a/src/lib/components/channel.svelte +++ b/src/lib/components/channel.svelte @@ -8,8 +8,6 @@ const { channelName }: Props = $props(); const color = $derived(page.params.channel === channelName ? 'text-primary' : 'text-muted-foreground hover:text-primary'); - - $inspect(page.params.channel, color);