Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
calldelegation committed Sep 26, 2024
1 parent 9af1e6c commit eeb0828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SidebarSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export function SidebarSection({
docSlug,
version,
}: SectionProps) {
console.log(docSlug, book.toLowerCase());
const [isOpened, setIsOpened] = useState<boolean | undefined>(
(book.toLowerCase() === 'guides' && docSlug?.includes('guides')) ||
docSlug?.includes(`/${book.toLowerCase()}/`) ||
Expand Down

0 comments on commit eeb0828

Please sign in to comment.