From 477fc07c5726f3eef2a089e7dc234beb44b1eab8 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Thu, 30 May 2024 11:07:24 +0200 Subject: [PATCH] remove debug prints --- .../tasks/content_discovery_currently_popular_by_top_zaps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nostr_dvm/tasks/content_discovery_currently_popular_by_top_zaps.py b/nostr_dvm/tasks/content_discovery_currently_popular_by_top_zaps.py index 2db0bb6..dd09549 100644 --- a/nostr_dvm/tasks/content_discovery_currently_popular_by_top_zaps.py +++ b/nostr_dvm/tasks/content_discovery_currently_popular_by_top_zaps.py @@ -141,9 +141,9 @@ class DicoverContentCurrentlyPopularZaps(DVMTaskInterface): for tag in reaction.tags(): print(tag.as_vec()) if tag.as_vec()[0] == 'bolt11': - print(tag.as_vec()[1]) + #print(tag.as_vec()[1]) invoice_amount = parse_amount_from_bolt11_invoice(tag.as_vec()[1]) - print(invoice_amount) + #print(invoice_amount) if tag.as_vec()[0] == 'preimage': haspreimage = True # TODO further check preimage if haspreimage: