Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VladToby committed Oct 3, 2024
1 parent c3d32aa commit 7bfdf3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/client/src/layouts/PrivateLayout/PrivateLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ export default function PrivateLayout() {
}
}, [])

// useEffect(() => {
// console.log(user)
// }, [user])

if (userIsLogged) {
return (
<div className="private-layout">
Expand Down

0 comments on commit 7bfdf3b

Please sign in to comment.