chore: remove unused console logs
This commit is contained in:
parent
359d2488d3
commit
c4665fdc04
2 changed files with 0 additions and 7 deletions
|
|
@ -97,7 +97,6 @@ function OptimalReadRelays({
|
|||
const init = async () => {
|
||||
setIsCalculating(true)
|
||||
const relays = await client.calculateOptimalReadRelays(pubkey)
|
||||
console.log(relays)
|
||||
setOptimalReadRelays(relays)
|
||||
setIsCalculating(false)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue