little fixes

This commit is contained in:
Josh Harvey 2016-12-05 19:06:30 +02:00
parent 0c323436b4
commit 59b73d9c8d
2 changed files with 1 additions and 2 deletions

View file

@ -397,7 +397,6 @@ function executeTrades () {
const fiatCode = config.fiatCurrency
const cryptoCodes = config.cryptoCurrencies
console.log('DEBUG99: %j', config)
return cryptoCodes.map(cryptoCode => ({fiatCode, cryptoCode}))
})