Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sxderp committed Dec 11, 2017
1 parent 742b6b2 commit 909b0b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bg/user-script-detect.js
Expand Up @@ -49,7 +49,6 @@ function detectUserScriptOnHeadersReceived(details) {
let encoder = new TextEncoder();
let filter = browser.webRequest.filterResponseData(details.requestId);

let userScriptUrl = details.url;
let userScriptContent = '';

filter.ondata = event => {
Expand Down

0 comments on commit 909b0b8

Please sign in to comment.