removed debug
This commit is contained in:
parent
b7a93b89f5
commit
fe1ed536c5
4 changed files with 1 additions and 18 deletions
|
|
@ -220,8 +220,6 @@ function plugins (settings, deviceId) {
|
|||
|
||||
function fiatBalance (fiatCode, cryptoCode) {
|
||||
const config = configManager.scoped(cryptoCode, deviceId, settings.config)
|
||||
console.log('DEBUG222: %j', config)
|
||||
console.log('DEBUG223: %j', [cryptoCode, deviceId])
|
||||
return Promise.all([
|
||||
ticker.getRates(settings, fiatCode, cryptoCode),
|
||||
wallet.balance(settings, cryptoCode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue