pool: remove failsafe.

This commit is contained in:
Christopher Jeffrey 2017-01-05 14:46:51 -08:00
parent b3ccd8a105
commit 3da4542ecb
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -596,9 +596,6 @@ Pool.prototype.startSync = co(function* startSync() {
yield this.connect();
this.syncing = true;
assert(this.peers.load);
this.sync();
});