Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Jan 30, 2024
1 parent 52f6cc7 commit 4c4287d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion context/Auth/AuthContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export function AuthProvider({ children }) {

useEffect(() => {
if (user) {
console.log(user);
setAuthenticated(true);
} else {
setAuthenticated(false);
Expand Down

0 comments on commit 4c4287d

Please sign in to comment.