Delete commented line

This commit is contained in:
Matias Pando 2014-09-08 12:11:35 -03:00
commit d96d9b8d61

View file

@ -235,7 +235,6 @@ Network.prototype._setupConnectionHandlers = function(cb) {
self.socket.on('connect', function() {
self.socket.on('disconnect', function() {
//self.cleanUp();
var pubKey = self.getKey().public.toString('hex');
self.socket.emit('subscribe', pubKey);
});