From e48dfe7e7ae497453383502f9de26ed22b0fc7e8 Mon Sep 17 00:00:00 2001 From: Tobias Baur <1097224+believethehype@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:20:44 +0200 Subject: [PATCH] Update nostr_utils.py --- nostr_dvm/utils/nostr_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nostr_dvm/utils/nostr_utils.py b/nostr_dvm/utils/nostr_utils.py index 2d7fb71..b100279 100644 --- a/nostr_dvm/utils/nostr_utils.py +++ b/nostr_dvm/utils/nostr_utils.py @@ -201,8 +201,6 @@ async def send_event_outbox(event: Event, client, dvm_config) -> SendEventOutput if relay.rstrip("/") not in relays and relay not in relays: relays = list(set(relays + [relay])) - print(relays) - # print(relays) #print(dvm_config.RELAY_LIST) # 4. If we don't find inbox relays (e.g. because the user didn't announce them, we just send to our default relays