Skip to content

Commit

Permalink
Removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Spengler committed Mar 21, 2024
1 parent fa56ca9 commit 612842b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/navigation/navigation.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import './navigation.styles.scss';

const Navigation = () => {
const { currentUser } = useContext(UserContext);
console.log('nav')

return (
<>
Expand Down

0 comments on commit 612842b

Please sign in to comment.