Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
[GB] rm polo verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Aug 12, 2018
1 parent cdb3d93 commit dccab50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions exchange/wrappers/poloniex.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ Trader.prototype.processResponse = function(next, fn, payload) {
}

if(fn === 'order') {
console.log('order', error.message);

if(includes(error.message, ['Not enough'])) {
error.retry = 2;
}
Expand Down Expand Up @@ -374,8 +372,6 @@ Trader.prototype.cancelOrder = function(order, callback) {
return callback(err);
}

console.log(new Date, 'cancel', result.amount);

if(result.filled) {
return callback(undefined, true);
}
Expand Down

0 comments on commit dccab50

Please sign in to comment.