remove logs

pull/5370/head
Joseph Izang 2 years ago committed by Aniket
parent 038a1f87f4
commit 1f61d8a646
  1. 2
      apps/doc-gen/src/app/docgen-client.ts

@ -89,6 +89,6 @@ export class DocGenClient extends PluginClient {
this.eventEmitter.on('compilationFinished', async (build: Build, fileName: string) => {
await this.docgen([build])
})
this.eventEmitter.off('compilationFinished', () => console.log('remove compilationFinished listener'))
this.eventEmitter.removeAllListeners('compilationFinished')
}
}

Loading…
Cancel
Save