Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonvdb committed May 24, 2024
1 parent 3ad65f8 commit d8623b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/lightning-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1989,10 +1989,6 @@ class LightningManager {
(p) => p.payment_hash === res.payment_hash,
);

console.error(
`Existing claimed payments: ${JSON.stringify(existingClaimedPayment)}`,
);

if (
existingClaimedPayment &&
existingClaimedPayment.state === 'successful'
Expand Down

0 comments on commit d8623b0

Please sign in to comment.