chore: remove debug log (#2582)

Remove debug log
pull/2585/head
Athurg Gooth 1 year ago committed by GitHub
parent 5f86769255
commit aff1b47072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save