fix import / logs
This commit is contained in:
parent
436aeda1c3
commit
49205a76a0
6 changed files with 25 additions and 59 deletions
|
|
@ -220,8 +220,7 @@ Insight.prototype.subscribe = function(addresses) {
|
|||
if (!self.subscribed[address]) {
|
||||
var handler = handlerFor(self, address);
|
||||
self.subscribed[address] = handler;
|
||||
log.debug('Subscribe to: ', address);
|
||||
|
||||
// log.debug('Subscribe to: ', address);
|
||||
s.emit('subscribe', address);
|
||||
s.on(address, handler);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue