Delete commented line

This commit is contained in:
Matias Pando 2014-09-08 12:11:35 -03:00
parent 6fa1005615
commit d96d9b8d61
1 changed files with 0 additions and 1 deletions

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);
});