mirror of
https://github.com/t4t5/nostr-react.git
synced 2025-03-17 13:31:43 +01:00
Remove ugly console.log
This commit is contained in:
parent
dc71c944a5
commit
56efec3ada
@ -49,8 +49,6 @@ function useProfileQueue({ pubkey }: { pubkey: string }) {
|
||||
return !requestedPubkeys.includes(_pubkey)
|
||||
})
|
||||
|
||||
console.log("ARR", arr)
|
||||
|
||||
return arr
|
||||
})
|
||||
}, [pubkey, setQueuedPubkeys, alreadyRequested, requestedPubkeys])
|
||||
|
Loading…
x
Reference in New Issue
Block a user