chore: remove unused console logs
This commit is contained in:
@@ -97,7 +97,6 @@ function OptimalReadRelays({
|
||||
const init = async () => {
|
||||
setIsCalculating(true)
|
||||
const relays = await client.calculateOptimalReadRelays(pubkey)
|
||||
console.log(relays)
|
||||
setOptimalReadRelays(relays)
|
||||
setIsCalculating(false)
|
||||
}
|
||||
|
||||
@@ -27,12 +27,6 @@ export function SearchDialog({ open, setOpen }: { open: boolean; setOpen: Dispat
|
||||
}
|
||||
}, [input])
|
||||
|
||||
useEffect(() => {
|
||||
profiles.forEach((profile) => {
|
||||
console.log(profile.pubkey)
|
||||
})
|
||||
}, [profiles])
|
||||
|
||||
const list = useMemo(() => {
|
||||
const search = input.trim()
|
||||
if (!search) return
|
||||
|
||||
Reference in New Issue
Block a user