fix import / logs

This commit is contained in:
Matias Alejo Garcia 2014-11-30 04:42:39 -03:00
commit 49205a76a0
6 changed files with 25 additions and 59 deletions

View file

@ -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);
}