aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/header.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/header.tsx')
-rw-r--r--apps/web/components/header.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/web/components/header.tsx b/apps/web/components/header.tsx
index d50e4517..161b4edd 100644
--- a/apps/web/components/header.tsx
+++ b/apps/web/components/header.tsx
@@ -82,7 +82,6 @@ export function Header({ onAddMemory }: { onAddMemory?: () => void }) {
}, [conversations])
useEffect(() => {
- console.log("searchParams", searchParams.get("mcp"))
const mcpParam = searchParams.get("mcp")
if (mcpParam === "manual") {
setMcpInitialClient("mcp-url")