Remove print line

This commit is contained in:
yzernik 2022-05-06 16:47:43 -07:00
parent 29fad2435f
commit 5229731341
No known key found for this signature in database
GPG key ID: D761F27D9B20BA52

View file

@ -170,7 +170,6 @@ class LNDLightningClient(LightningClient):
def get_invoice_stream():
try:
for invoice in subscribe_result:
print(invoice)
if invoice.settled:
yield invoice
except grpc.RpcError as e: