Skip to content

Commit

Permalink
1btcxe: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutny committed Jan 24, 2018
1 parent 14e25e3 commit 6405578
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/_1btcxe.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,7 @@ module.exports = class _1btcxe extends Exchange {
}

async request (path, api = 'public', method = 'GET', params = {}, headers = undefined, body = undefined) {
console.log('DEBUG: 1btcxe: request: about to fetch')
let response = await this.fetch2 (path, api, method, params, headers, body);
console.log('DEBUG: 1btcxe: request: fetched')
if ('errors' in response) {
let errors = [];
for (let e = 0; e < response['errors'].length; e++) {
Expand Down

0 comments on commit 6405578

Please sign in to comment.