Skip to content

Commit dd4b555

Browse files
d3georged3george
authored andcommitted
refactor: remove console
1 parent 0ca40db commit dd4b555

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/layouts/dashboard/nav/nav-vertical.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ type Props = {
2626
closeSideBarDrawer?: () => void;
2727
};
2828
export default function NavVertical(props: Props) {
29-
console.log('NavVertical');
3029
const navigate = useNavigate();
3130
const matches = useMatches();
3231
const pathname = usePathname();
3332

34-
const { colorBorder, colorBgElevated } = useThemeToken();
33+
const { colorBorder } = useThemeToken();
3534
const settings = useSettings();
3635
const { themeLayout, themeMode, darkSidebar } = settings;
3736
const { setSettings } = useSettingActions();

0 commit comments

Comments
 (0)