From aff1b47072d0a72c925d7f7faaabf2cbb8187b18 Mon Sep 17 00:00:00 2001 From: Athurg Gooth Date: Wed, 6 Dec 2023 10:57:55 +0800 Subject: [PATCH] chore: remove debug log (#2582) Remove debug log --- web/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 09347843d..1ce371045 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -29,7 +29,6 @@ const App = () => { const initialState = async () => { try { await userV1Store.fetchCurrentUser(); - console.log("here"); } catch (error) { // Skip. }