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);