Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Dec 18, 2024
1 parent bbfa4da commit e7873bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/theme-default/src/logic/useSidebarData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export function useSidebarData(): SidebarData {
const [sidebarData, setSidebarData] = useState<SidebarData>(
getSidebarGroupData(sidebar, pathname),
);
console.log(getSidebarGroupData(sidebar, pathname));
useEffect(() => {
const newSidebarData = getSidebarGroupData(sidebar, pathname);
setSidebarData(newSidebarData);
Expand Down

0 comments on commit e7873bf

Please sign in to comment.