From 6a495b30113ebdec252c1b11ea43be222f04a984 Mon Sep 17 00:00:00 2001 From: boneill-ds Date: Wed, 24 Sep 2025 14:31:52 -0600 Subject: [PATCH] Update frontend/src/app/settings/page.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/src/app/settings/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/settings/page.tsx b/frontend/src/app/settings/page.tsx index 586289ac..ede704e2 100644 --- a/frontend/src/app/settings/page.tsx +++ b/frontend/src/app/settings/page.tsx @@ -94,7 +94,6 @@ interface Connection { function KnowledgeSourcesPage() { const { isAuthenticated, isNoAuthMode } = useAuth(); - console.log({ isAuthenticated, isNoAuthMode }); const { addTask, tasks } = useTask(); const searchParams = useSearchParams();