From afb07aa9ba1ceadc4e6bed3021ea769fddfbce29 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Fri, 1 Mar 2019 22:47:43 +0000 Subject: [PATCH] REF: remove debug --- class/User.js | 1 - 1 file changed, 1 deletion(-) 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`...