Skip to content

Commit

Permalink
clean logger
Browse files Browse the repository at this point in the history
  • Loading branch information
talvasconcelos committed Oct 1, 2024
1 parent 03e0c36 commit 1b9522a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ async def wait_for_paid_invoices():


async def on_invoice_paid(payment: Payment) -> None:
logger.debug(f"Processing paid invoice: {payment}")
if not payment.extra or payment.extra.get("tag") != "lncalendar":
# not a lncalendar invoice
return
Expand Down

0 comments on commit 1b9522a

Please sign in to comment.