From b79aefefee99fffe0888e659aeb636e44df77c6c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 17 Apr 2014 16:51:15 -0300 Subject: [PATCH] remove logs --- js/models/core/Wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index 018bd564c..3b251fc78 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -130,7 +130,7 @@ Wallet.prototype.netStart = function() { net.on('data', self._handleData.bind(self) ); net.on('open', function() {}); // TODO net.on('openError', function() { -console.log('[Wallet.js.132:openError:] GOT openError'); //TODO + this.log('[Wallet.js.132:openError:] GOT openError'); //TODO self.emit('openError'); }); net.on('close', function() {