remove debug prints

This commit is contained in:
Believethehype 2024-05-30 11:07:24 +02:00
parent 0b217da58d
commit 477fc07c57

View File

@ -141,9 +141,9 @@ class DicoverContentCurrentlyPopularZaps(DVMTaskInterface):
for tag in reaction.tags(): for tag in reaction.tags():
print(tag.as_vec()) print(tag.as_vec())
if tag.as_vec()[0] == 'bolt11': 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]) invoice_amount = parse_amount_from_bolt11_invoice(tag.as_vec()[1])
print(invoice_amount) #print(invoice_amount)
if tag.as_vec()[0] == 'preimage': if tag.as_vec()[0] == 'preimage':
haspreimage = True # TODO further check preimage haspreimage = True # TODO further check preimage
if haspreimage: if haspreimage: