Skip to content

Commit

Permalink
Removed Store instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jun 29, 2011
1 parent ea1f582 commit f921164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Store.prototype.__proto__ = EventEmitter.prototype;
Store.prototype.client = function (id) {
if (!this.clients[id]) {
this.clients[id] = new (this.constructor.Client)(this, id);
this.log.debug('initializing client store for', id);
}

return this.clients[id];
Expand Down

0 comments on commit f921164

Please sign in to comment.