Skip to content

Commit

Permalink
Remove superfluous config.options call.
Browse files Browse the repository at this point in the history
  • Loading branch information
nporteschaikin committed Oct 23, 2014
1 parent 30ed24d commit 72c4387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ var Watcher = require('./watcher')
var Peak = function (root_path, options) {
this.path = path.resolve(root_path);
this.config = config = new Config(this, options);
this.options = config.options();
this.emitter = new events.EventEmitter;
}

Expand Down

0 comments on commit 72c4387

Please sign in to comment.