comment unused code to raise coverage

This commit is contained in:
Moriz Wahl 2023-01-25 16:29:37 +01:00
parent b959a64e77
commit d7c2e1ece5

View File

@ -7,6 +7,7 @@ class EventProtocolEmitter {
/* }extends EventEmitter { */ /* }extends EventEmitter { */
private events: Event[] private events: Event[]
/*
public addEvent(event: Event) { public addEvent(event: Event) {
this.events.push(event) this.events.push(event)
} }
@ -14,6 +15,7 @@ class EventProtocolEmitter {
public getEvents(): Event[] { public getEvents(): Event[] {
return this.events return this.events
} }
*/
public isDisabled() { public isDisabled() {
logger.info(`EventProtocol - isDisabled=${CONFIG.EVENT_PROTOCOL_DISABLED}`) logger.info(`EventProtocol - isDisabled=${CONFIG.EVENT_PROTOCOL_DISABLED}`)