chore: remove debug log (#2582)

Remove debug log
This commit is contained in:
Athurg Gooth
2023-12-06 10:57:55 +08:00
committed by GitHub
parent 5f86769255
commit aff1b47072

View File

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