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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,6 @@ const App = () => {
const initialState = async () => {
try {
await userV1Store.fetchCurrentUser();
console.log("here");
} catch (error) {
// Skip.
}