This commit is contained in:
Matias Alejo Garcia 2014-09-09 22:28:23 -03:00
commit 489dc2ccff

View file

@ -35,7 +35,7 @@ Network.prototype.cleanUp = function() {
this.copayerForPeer = {};
this.criticalErr = '';
if (this.socket) {
console.log('[Async.js.39] DISCONNECT'); //TODO
log.info('Async DISCONNECT');
this.socket.disconnect();
this.socket.removeAllListeners();
this.socket = null;