Skip to content

Commit

Permalink
chore: remove consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed May 14, 2024
1 parent f822c5d commit 0e7947a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/theme/Navbar/MobileSidebar/PrimaryMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export default function CustomMobileSidebar() {
const mobileSidebar = useNavbarMobileSidebar();
const items = useNavbarItems();
const [leftItems] = splitNavbarItems(items);
console.log('test mobileSidebar', mobileSidebar);
console.log('test items', items);

return (
<React.Fragment>
Expand Down

0 comments on commit 0e7947a

Please sign in to comment.