chore: remove unnecessary console.logs

This commit is contained in:
2025-05-29 17:19:13 +02:00
parent 725cc74102
commit 41c3dfdfe4
7 changed files with 0 additions and 17 deletions

View File

@ -5,7 +5,6 @@ import { type FC } from "react";
const Home: FC = () => {
const profile = useAuth((state) => state.profile);
console.log({ profile });
const signOut = useAuth((state) => state.signOut);
return (