Skip to content

Commit

Permalink
chore: remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed May 9, 2024
1 parent 7ffac90 commit 64d7546
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -46,9 +46,7 @@ export const engineResponseWatcher = {
},
listen(requestId: string): TypedEventEmitter<EngineResponseWithId> {
const eventEmitter = new TypedEventEmitter<EngineResponseWithId>()
logger.error('FUCK')
listeners.set(requestId, (data) => {
logger.error('ASH ' + data.requestId)
eventEmitter.emit(data)
})
return eventEmitter
Expand Down

0 comments on commit 64d7546

Please sign in to comment.