Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KimiaMontazeri committed Nov 26, 2023
1 parent 2cf770b commit 7f04bae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/Components/app-bar/AppBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default function DrawerAppBar() {
if (accessToken || refreshToken) {
return true;
}
console.log('not signed in');
return false;
}

Expand Down

0 comments on commit 7f04bae

Please sign in to comment.