From 3fa6c413033561c5a9edaa8668665467aa639de1 Mon Sep 17 00:00:00 2001 From: Aryan Kothari <87589047+thearyadev@users.noreply.github.com> Date: Sat, 3 Aug 2024 20:17:03 -0400 Subject: [PATCH] chore: remove debug ui elements --- src/lib/components/layout/Sidebar.svelte | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/lib/components/layout/Sidebar.svelte b/src/lib/components/layout/Sidebar.svelte index fb5804a21..0095a8fcd 100644 --- a/src/lib/components/layout/Sidebar.svelte +++ b/src/lib/components/layout/Sidebar.svelte @@ -250,16 +250,6 @@ ? '' : 'invisible'}" > -

- Chats loaded: {$chats.length} -

- -

- Pagination Enabled: {$scrollPaginationEnabled} -

-

- Final Page Reached: {chatPagniationComplete} -