This commit is contained in:
Matias Alejo Garcia 2014-09-09 22:28:23 -03:00
parent 38ed6e2df6
commit 489dc2ccff
1 changed files with 1 additions and 1 deletions

View File

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