REF: remove debug
This commit is contained in:
parent
3cbe38ed28
commit
afb07aa9ba
@ -285,7 +285,6 @@ export class User {
|
||||
let range = await this._redis.lrange('txs_for_' + this._userid, 0, -1);
|
||||
for (let invoice of range) {
|
||||
invoice = JSON.parse(invoice);
|
||||
// console.log(invoice);process.exit();
|
||||
invoice.type = 'paid_invoice';
|
||||
|
||||
// for internal invoices it might not have properties `payment_route` and `decoded`...
|
||||
|
Loading…
x
Reference in New Issue
Block a user