Skip to content

Commit

Permalink
Update on-request.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erosman authored Dec 15, 2023
1 parent 79aaa62 commit eccbeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/on-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class OnRequest {
}
}

static init(pref) { console.log(pref);
static init(pref) {
this.mode = pref.mode;
const [passthrough, , net] = Pattern.getPassthrough(pref.passthrough);
this.passthrough = passthrough;
Expand Down Expand Up @@ -247,4 +247,4 @@ export class OnRequest {
const pxy = this.tabProxy[tab.id];
pxy ? PageAction.set(tab.id, pxy) : this.checkPageAction(tab);
}
}
}

0 comments on commit eccbeed

Please sign in to comment.