diff --git a/class/User.js b/class/User.js index 629c9d3..7eb1c3a 100644 --- a/class/User.js +++ b/class/User.js @@ -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`...