mirror of
https://github.com/t4t5/nostr-react.git
synced 2025-07-07 13:39:51 +02:00
Remove ugly console.log
This commit is contained in:
@ -49,8 +49,6 @@ function useProfileQueue({ pubkey }: { pubkey: string }) {
|
||||
return !requestedPubkeys.includes(_pubkey)
|
||||
})
|
||||
|
||||
console.log("ARR", arr)
|
||||
|
||||
return arr
|
||||
})
|
||||
}, [pubkey, setQueuedPubkeys, alreadyRequested, requestedPubkeys])
|
||||
|
Reference in New Issue
Block a user