Skip to content

Commit a5e67a6

Browse files
committed
Add minor tweaks to bg
1 parent 75c8b05 commit a5e67a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bg/RequestGuard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,6 @@ var RequestGuard = (() => {
641641
}
642642

643643
async function injectPolicyScript(details) {
644-
console.debug("INJECT", details);
645644
let {url, tabId, frameId} = details;
646645
let tab = await browser.tabs.get(tabId);
647646
let policy = ns.computeChildPolicy({url}, {tab, frameId});

0 commit comments

Comments
 (0)