Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Apr 16, 2024
1 parent 31ebb8f commit 390c2b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bidiMapper/modules/network/NetworkRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,7 @@ export class NetworkRequest {
event = getEvent();
} catch (error) {
this.#logger?.(LogType.debugError, error);
// return;
throw error;
return;
}

if (
Expand All @@ -513,7 +512,6 @@ export class NetworkRequest {
}
this.#phaseChanged();

// console.log('Emitting event', event.method);
this.#emittedEvents[event.method] = true;
this.#eventManager.registerEvent(
Object.assign(event, {
Expand Down

0 comments on commit 390c2b6

Please sign in to comment.