Skip to content

Commit

Permalink
pass only msgBus options to messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Raiano committed Mar 13, 2012
1 parent d376c06 commit 65ed717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/eventStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ Store.prototype = {
this.dispatcher.send({ action: 'use', payload: { options: this.options, storageModulePath: this.storage.filename } });
this.dispatcher.on('message', function(m) {
if (m.action === 'publish') {
console.log('hurray');
console.log(self.publisher);
self.publisher.publish(JSON.deserialize(m.payload));
}
});
Expand Down

0 comments on commit 65ed717

Please sign in to comment.