Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Jan 10, 2024
1 parent 83d1276 commit ea6a8bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/containers/Toolbar/AccountMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export const AccountMenu = () => {
const logout = useUser(state => state.logout);
const setVisible = useModal(state => state.setVisible);

console.log(user);

return (
<Menu shadow="md" trigger="click" closeOnItemClick={false} withArrow>
<Menu.Target>
Expand Down

0 comments on commit ea6a8bd

Please sign in to comment.