Skip to content

Commit

Permalink
refactor: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
d3george authored and d3george committed Nov 8, 2024
1 parent 0ca40db commit dd4b555
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/layouts/dashboard/nav/nav-vertical.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ type Props = {
closeSideBarDrawer?: () => void;
};
export default function NavVertical(props: Props) {
console.log('NavVertical');
const navigate = useNavigate();
const matches = useMatches();
const pathname = usePathname();

const { colorBorder, colorBgElevated } = useThemeToken();
const { colorBorder } = useThemeToken();
const settings = useSettings();
const { themeLayout, themeMode, darkSidebar } = settings;
const { setSettings } = useSettingActions();
Expand Down

0 comments on commit dd4b555

Please sign in to comment.