remove debug
This commit is contained in:
parent
f40cafabae
commit
ad55013689
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ function fetchWallet (settings, cryptoCode) {
|
||||||
const lastBalance = {}
|
const lastBalance = {}
|
||||||
|
|
||||||
function _balance (settings, cryptoCode) {
|
function _balance (settings, cryptoCode) {
|
||||||
logger.debug('Polled wallet balance')
|
|
||||||
return fetchWallet(settings, cryptoCode)
|
return fetchWallet(settings, cryptoCode)
|
||||||
.then(r => r.wallet.balance(r.account, cryptoCode))
|
.then(r => r.wallet.balance(r.account, cryptoCode))
|
||||||
.then(balance => ({balance, timestamp: Date.now()}))
|
.then(balance => ({balance, timestamp: Date.now()}))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue