remove logs

This commit is contained in:
Matias Alejo Garcia 2014-04-17 16:51:15 -03:00
parent d5fe53d23e
commit b79aefefee
1 changed files with 1 additions and 1 deletions

View File

@ -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() {