From e8a89c1856844ef4b752407d6ed9b6b550485a69 Mon Sep 17 00:00:00 2001 From: varsnotwars Date: Sat, 9 Aug 2025 00:30:38 +1000 Subject: [PATCH] Update web/src/store/user.ts Co-authored-by: Johnny Signed-off-by: varsnotwars --- web/src/store/user.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/store/user.ts b/web/src/store/user.ts index 50611e6cb..a6dfbc3e4 100644 --- a/web/src/store/user.ts +++ b/web/src/store/user.ts @@ -177,8 +177,6 @@ const userStore = (() => { const fetchUserSettings = async () => { if (!state.currentUser) { - console.error("No current user"); - return; }