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()}/`) ||