From ad5501368934e5af708fce4b1c124d9df3faa391 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Wed, 28 Mar 2018 20:04:52 +0300 Subject: [PATCH] remove debug --- lib/wallet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/wallet.js b/lib/wallet.js index b92c0ec8..57bd7939 100644 --- a/lib/wallet.js +++ b/lib/wallet.js @@ -43,7 +43,6 @@ function fetchWallet (settings, cryptoCode) { const lastBalance = {} function _balance (settings, cryptoCode) { - logger.debug('Polled wallet balance') return fetchWallet(settings, cryptoCode) .then(r => r.wallet.balance(r.account, cryptoCode)) .then(balance => ({balance, timestamp: Date.now()}))