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()}))