chore(mobile): removed console log that shouldnt be there

This commit is contained in:
2026-05-11 15:38:04 -05:00
parent ce9d8eaaf5
commit 9631736e26

View File

@@ -25,8 +25,6 @@ export default function MobileBar({ session }: any) {
}, },
]; ];
console.log(session);
return ( return (
<SidebarGroup> <SidebarGroup>
<SidebarGroupLabel>Mobile</SidebarGroupLabel> <SidebarGroupLabel>Mobile</SidebarGroupLabel>