Remove console.log from newUserService

This commit is contained in:
bymyself
2025-07-04 16:01:39 -07:00
parent 7cdd9c18df
commit df15572562

View File

@@ -39,9 +39,6 @@ export const newUserService = () => {
if (isNewUserDetermined) return
isNewUserCached = checkIsNewUser(settingStore)
console.log(`New user status determined: ${isNewUserCached}`)
isNewUserDetermined = true
if (!isNewUserCached) {