From 468dc604ae2b4fcea74da1b2b9ea2630728871d7 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 14 Apr 2025 14:12:05 +0300 Subject: [PATCH] Revert "chore: add debug logs" This reverts commit 0c3b7e8d4a217f983bc8adc5b50364b96959f6b0. --- src/routes/Intro/useAppleLogin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/Intro/useAppleLogin.ts b/src/routes/Intro/useAppleLogin.ts index 5fc40e52c..7d5465838 100644 --- a/src/routes/Intro/useAppleLogin.ts +++ b/src/routes/Intro/useAppleLogin.ts @@ -72,7 +72,6 @@ const useAppleLogin = (): [() => Promise, () => void] => { return; } - console.log('Apple login response:', payload, idToken, sub, email, name); // eslint-disable-line no-console resolve({ token: idToken, sub: sub,