remove logs
This commit is contained in:
parent
d5fe53d23e
commit
b79aefefee
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ Wallet.prototype.netStart = function() {
|
||||||
net.on('data', self._handleData.bind(self) );
|
net.on('data', self._handleData.bind(self) );
|
||||||
net.on('open', function() {}); // TODO
|
net.on('open', function() {}); // TODO
|
||||||
net.on('openError', function() {
|
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');
|
self.emit('openError');
|
||||||
});
|
});
|
||||||
net.on('close', function() {
|
net.on('close', function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue