remove comments

This commit is contained in:
2026-06-08 13:06:04 +02:00
parent 3b29c42b3b
commit 0b1a0e6457
-1
View File
@@ -53,7 +53,6 @@ export const useLichessOAuth = () => {
}; };
const lichessLogout = async () => { const lichessLogout = async () => {
console.log("Lichess Logout");
await logoutFn(); await logoutFn();
setUser(null); setUser(null);
}; };