Remove ugly console.log

This commit is contained in:
Tristan Edwards 2023-01-02 11:57:39 +01:00
parent dc71c944a5
commit 56efec3ada

View File

@ -49,8 +49,6 @@ function useProfileQueue({ pubkey }: { pubkey: string }) {
return !requestedPubkeys.includes(_pubkey)
})
console.log("ARR", arr)
return arr
})
}, [pubkey, setQueuedPubkeys, alreadyRequested, requestedPubkeys])