chore: remove unused console logs

This commit is contained in:
codytseng
2025-02-16 19:13:41 +08:00
parent 359d2488d3
commit c4665fdc04
2 changed files with 0 additions and 7 deletions

View File

@@ -97,7 +97,6 @@ function OptimalReadRelays({
const init = async () => {
setIsCalculating(true)
const relays = await client.calculateOptimalReadRelays(pubkey)
console.log(relays)
setOptimalReadRelays(relays)
setIsCalculating(false)
}

View File

@@ -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