remove 'serverError' event

This commit is contained in:
Manuel Araoz 2014-08-19 10:32:51 -04:00
commit 1b783df70a
2 changed files with 0 additions and 8 deletions

View file

@ -431,9 +431,6 @@ Wallet.prototype.netStart = function(callback) {
net.on('connect', self._onConnect.bind(self));
net.on('disconnect', self._onDisconnect.bind(self));
net.on('data', self._onData.bind(self));
net.on('serverError', function(msg) {
self.emit('serverError', msg);
});
var myId = self.getMyCopayerId();
var myIdPriv = self.getMyCopayerIdPriv();