chore: remove unused console logs
This commit is contained in:
parent
359d2488d3
commit
c4665fdc04
2 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue