Skip to content

Commit

Permalink
preparing release (pw)
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Nov 29, 2024
1 parent 7c8156c commit 25507b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/BrowserApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class BrowserApi {
}

startWebRequestListener() {
console.log("adding WebRequestListener")
console.log(" ...adding WebRequestListener")
chrome.webRequest.onHeadersReceived.addListener(
this.onHeadersReceivedListener,
{urls: ['*://*/*'], types: ['main_frame']},
Expand Down

0 comments on commit 25507b1

Please sign in to comment.