diff --git a/web/src/App.tsx b/web/src/App.tsx index 09347843..1ce37104 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. }