From eeb0828d8147982fe3489038e35cdd4720d1f47e Mon Sep 17 00:00:00 2001 From: Call Delegation <106365423+calldelegation@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:23:42 -0400 Subject: [PATCH] remove console log --- src/components/SidebarSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/SidebarSection.tsx b/src/components/SidebarSection.tsx index 08e9a8ce8..3d7c472c1 100644 --- a/src/components/SidebarSection.tsx +++ b/src/components/SidebarSection.tsx @@ -25,7 +25,6 @@ export function SidebarSection({ docSlug, version, }: SectionProps) { - console.log(docSlug, book.toLowerCase()); const [isOpened, setIsOpened] = useState( (book.toLowerCase() === 'guides' && docSlug?.includes('guides')) || docSlug?.includes(`/${book.toLowerCase()}/`) ||