Skip to content

Commit

Permalink
fix: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
wnz99 committed Sep 9, 2021
1 parent 943a67f commit a1e3798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/exchanges/bitfinex/bitfinex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ class Bitfinex extends BaseExchange implements IExchange<BitfinexCandle> {
end: endTime,
}
);
console.log('fetchCandles: ', pair, interval, start, end);

return fetchCandles<BitfinexCandle>(pair, interval, start, end, {
formatFn: this._options.format,
Expand Down

0 comments on commit a1e3798

Please sign in to comment.