Skip to content

Commit

Permalink
increment version: 0.5.6
Browse files Browse the repository at this point in the history
  - Improved zk locking
  - removed auto start
  - removed console.log
  • Loading branch information
jonrobins committed Nov 7, 2016
1 parent 47afe1d commit 904d8e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/LeaderElection.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ LeaderElection.prototype.start = function (callback) {
var self = this;
self._isWithdrawn = false;

console.log("Starting with " + self.znode);

if (self.znode) {
this._watch();
return callback(new Error('already part of an election'));
Expand Down

0 comments on commit 904d8e0

Please sign in to comment.