Remove console.log

This commit is contained in:
Jonathan Staab 2023-05-19 06:16:27 -07:00
parent 688f6af160
commit 70291abd45

View File

@ -18,7 +18,6 @@
onMount(() => {
try {
;({type, data} = nip19.decode(entity) as {type: string; data: any})
console.log(data)
relays = sampleRelays((data.relays || []).map(objOf("url")))
} catch (e) {
warn(e)