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 dd09549..bbb1bb4 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 @@ -139,7 +139,7 @@ class DicoverContentCurrentlyPopularZaps(DVMTaskInterface): if len(reactions) >= self.min_reactions: for reaction in reactions: for tag in reaction.tags(): - print(tag.as_vec()) + #print(tag.as_vec()) if tag.as_vec()[0] == 'bolt11': #print(tag.as_vec()[1]) invoice_amount = parse_amount_from_bolt11_invoice(tag.as_vec()[1])