Skip to content

Commit fd2b6e8

Browse files
committed
chore(navbar): remove console.log
1 parent 58028f4 commit fd2b6e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Page/Navbar.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export default function Navbar() {
2626
const logOut = (event: any) => {
2727
event.preventDefault();
2828

29-
console.log('called');
30-
3129
setToken('');
3230
history.push('/');
3331
};

0 commit comments

Comments
 (0)