From 4dc86d982c553df510f3da65fb5bd9523af0176c Mon Sep 17 00:00:00 2001
From: Jack Mallers <jimmymowschess@gmail.com>
Date: Tue, 22 Aug 2017 19:32:32 -0500
Subject: [PATCH] fix(lnd-ipc): allow console logs in lnd methods for now

---
 app/lnd/methods/index.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/lnd/methods/index.js b/app/lnd/methods/index.js
index 6636bb6f..3f35be1b 100644
--- a/app/lnd/methods/index.js
+++ b/app/lnd/methods/index.js
@@ -1,3 +1,5 @@
+/* eslint no-console: 0 */ // --> OFF
+
 import channelbalance from './channelbalance'
 import channels from './channels'
 import connectpeer from './connectpeer'