Skip to content

Commit

Permalink
bittrex cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Sep 12, 2017
1 parent 819f943 commit 9d8e9a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ccxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -5020,8 +5020,6 @@ var bittrex = {
'type': 'both',
'depth': 50,
}, params));
console.log (response);
process.exit ();
let orderbook = response['result'];
return this.parseOrderBook (orderbook, undefined, 'buy', 'sell', 'Rate', 'Quantity');
},
Expand Down

0 comments on commit 9d8e9a6

Please sign in to comment.