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. }