From 904d8e0b7da16d24aad3eb5421e00b73089fc4e1 Mon Sep 17 00:00:00 2001 From: jonrobins Date: Mon, 7 Nov 2016 13:56:58 +0000 Subject: [PATCH] increment version: 0.5.6 - Improved zk locking - removed auto start - removed console.log --- lib/LeaderElection.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/LeaderElection.js b/lib/LeaderElection.js index e7ad44d..0ec45b7 100644 --- a/lib/LeaderElection.js +++ b/lib/LeaderElection.js @@ -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'));