Skip to content

Commit

Permalink
bfx clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Jul 1, 2016
1 parent 7b73236 commit 7a7fd2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exchanges/bitfinex.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var _ = require('lodash');
var moment = require('moment');
var log = require('../core/log');

// Module-wide constants
var Trader = function(config) {
_.bindAll(this);
if(_.isObject(config)) {
Expand Down

0 comments on commit 7a7fd2b

Please sign in to comment.