remove console.log

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-10 14:01:43 +01:00
parent 944e1f0122
commit 8f93d6369a
-1
View File
@@ -14,7 +14,6 @@ export function AuthProvider({ children }) {
const u = await getUser();
setUser(u);
setLoading(false);
console.log(u);
})();
}, []);