Skip to content

Commit d8623b0

Browse files
committed
fix: remove log
1 parent 3ad65f8 commit d8623b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/lightning-manager.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,10 +1989,6 @@ class LightningManager {
19891989
(p) => p.payment_hash === res.payment_hash,
19901990
);
19911991

1992-
console.error(
1993-
`Existing claimed payments: ${JSON.stringify(existingClaimedPayment)}`,
1994-
);
1995-
19961992
if (
19971993
existingClaimedPayment &&
19981994
existingClaimedPayment.state === 'successful'

0 commit comments

Comments
 (0)