Skip to content

Commit

Permalink
remove spurious log line
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiidb committed Sep 11, 2023
1 parent c033db9 commit 49b5a20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,6 @@ func (svc *Service) ProcessInvoice(ctx context.Context, invoice *lnrpc.Invoice)
}).Info("published invoice")
return svc.AddLastPublishedInvoice(ctx, invoice)
}
logrus.
WithField("payment_hash", hex.EncodeToString(invoice.RHash)).
WithField("state", invoice.State).
WithField("keysend", invoice.IsKeysend).
Info("not publishing invoice")
return nil
}

Expand Down

0 comments on commit 49b5a20

Please sign in to comment.