REF: remove debug

This commit is contained in:
Overtorment 2019-03-01 22:47:43 +00:00
parent 3cbe38ed28
commit afb07aa9ba

View File

@ -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`...