Skip to content

Commit

Permalink
Merge branch 'refactor-network-js' of github.com:percy/cli into captu…
Browse files Browse the repository at this point in the history
…re-service-worker-intercepted-requests
  • Loading branch information
nilshah98 committed Nov 27, 2023
2 parents 09bbca3 + ebd0542 commit e1031a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export class Network {
#requestsLifeCycleHandler = new DefaultMap(() => new RequestLifeCycleHandler());
#pending = new Map();
#requests = new Map();
// #intercepts = new Map();
#authentications = new Set();
#aborted = new Set();

Expand Down Expand Up @@ -137,7 +136,6 @@ export class Network {

if (!keepPending) {
this.#pending.delete(requestId);
// this.#intercepts.delete(requestId);
}
}

Expand Down

0 comments on commit e1031a0

Please sign in to comment.