diff --git a/src/bidiMapper/modules/log/LogManager.ts b/src/bidiMapper/modules/log/LogManager.ts index 19bb421ad..2dfc7a72c 100644 --- a/src/bidiMapper/modules/log/LogManager.ts +++ b/src/bidiMapper/modules/log/LogManager.ts @@ -153,14 +153,6 @@ export class LogManager { #initializeEntryAddedEventListener() { this.#cdpTarget.cdpClient.on('Runtime.consoleAPICalled', (params) => { - if ( - this.#cdpTarget.isSubscribedTo( - ChromiumBidi.Log.EventNames.LogEntryAdded - ) - ) { - return; - } - // Try to find realm by `cdpSessionId` and `executionContextId`, // if provided. const realm: Realm | undefined = this.#realmStorage.findRealm({