Skip to content

Commit

Permalink
Cleaned up commented out debug code
Browse files Browse the repository at this point in the history
refs a547ae4
  • Loading branch information
naz committed Jul 3, 2023
1 parent a547ae4 commit 87d644e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import {ModelToDomainEventInterceptor} from '../src';

class EventRegistry extends events.EventEmitter {
hasRegisteredListener(eventName: string, listenerName: string) {
// console.log(this.listeners(eventName));
// console.log('checking for: ', listenerName);
return !!(this.listeners(eventName).find(listener => (listener.name === listenerName)));
}
}
Expand Down

0 comments on commit 87d644e

Please sign in to comment.