Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tankakatan committed Mar 14, 2018
1 parent 537ee91 commit 2f22b7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions js/btcbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ module.exports = class btcbox extends Exchange {
if (numSymbols > 1)
request['coin'] = market['id'];
let orderbook = await this.publicGetDepth (this.extend (request, params));
// let result = this.parseOrderBook (orderbook);
// result['asks'] = this.sortBy (result['asks'], 0); // double sorting (see this.parseOrderBook impl.)
return orderbook;
}

Expand Down
2 changes: 0 additions & 2 deletions js/btcchina.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ module.exports = class btcchina extends Exchange {
let method = market['api'] + 'GetOrderbook';
let request = this.createMarketRequest (market);
let orderbook = await this[method] (this.extend (request, params));
// let result = this.parseOrderBook (orderbook, timestamp);
// result['asks'] = this.sortBy (result['asks'], 0); // double sorting (see this.parseOrderBook impl.)
return orderbook;
}

Expand Down

0 comments on commit 2f22b7f

Please sign in to comment.