mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 08:00:05 +00:00
Remove console.log from newUserService
This commit is contained in:
@@ -39,9 +39,6 @@ export const newUserService = () => {
|
||||
if (isNewUserDetermined) return
|
||||
|
||||
isNewUserCached = checkIsNewUser(settingStore)
|
||||
|
||||
console.log(`New user status determined: ${isNewUserCached}`)
|
||||
|
||||
isNewUserDetermined = true
|
||||
|
||||
if (!isNewUserCached) {
|
||||
|
||||
Reference in New Issue
Block a user