Unverified Commit aff1b470 authored by Athurg Gooth's avatar Athurg Gooth Committed by GitHub

chore: remove debug log (#2582)

Remove debug log
parent 5f867692
...@@ -29,7 +29,6 @@ const App = () => { ...@@ -29,7 +29,6 @@ const App = () => {
const initialState = async () => { const initialState = async () => {
try { try {
await userV1Store.fetchCurrentUser(); await userV1Store.fetchCurrentUser();
console.log("here");
} catch (error) { } catch (error) {
// Skip. // Skip.
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment