fix: remove console logs

This commit is contained in:
swve 2023-08-25 10:10:03 +02:00
parent 2683501f82
commit 62bba02561
3 changed files with 0 additions and 4 deletions

View file

@ -36,7 +36,6 @@ function ProfileArea() {
React.useEffect(() => {
checkAuth();
console.log("pathname", pathname);
}, [pathname]);
async function checkAuth() {