Skip to content

Commit

Permalink
coinmarketcap cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed May 29, 2018
1 parent 30886f8 commit c3585a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/coinmarketcap.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ module.exports = class coinmarketcap extends Exchange {
let base = this.currencyCode (market['symbol'], market['name']);
let symbol = base + '/' + quote;
let id = baseId + '/' + quoteId;
if (market['symbol'].indexOf ('dao') >= 0) {
console.log (market);
}
result.push ({
'id': id,
'symbol': symbol,
Expand Down

0 comments on commit c3585a3

Please sign in to comment.