From 0b1a0e64572e44a9062a9d727e7786250279abda Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 8 Jun 2026 13:06:04 +0200 Subject: [PATCH] remove comments --- src/hooks/useLichessOAuth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hooks/useLichessOAuth.ts b/src/hooks/useLichessOAuth.ts index 1c07cf8..51d51da 100644 --- a/src/hooks/useLichessOAuth.ts +++ b/src/hooks/useLichessOAuth.ts @@ -53,7 +53,6 @@ export const useLichessOAuth = () => { }; const lichessLogout = async () => { - console.log("Lichess Logout"); await logoutFn(); setUser(null); };