remove debug

This commit is contained in:
Josh Harvey 2018-03-28 20:04:52 +03:00
parent f40cafabae
commit ad55013689

View file

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