Skip to content

Commit

Permalink
revert: unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Sep 25, 2024
1 parent a15e889 commit 08467bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/bidiMapper/modules/log/LogManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 08467bb

Please sign in to comment.