Skip to content

Commit

Permalink
Apply Linter change, unused const
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Wu <rob@robwu.nl>
  • Loading branch information
rebloor and Rob--W committed Nov 4, 2023
1 parent 8b7d65c commit 9fa1356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion root-cert-stats/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ browser.runtime.sendMessage({ action: "getRootCertStats" }, response => {
displayTable(response.rootCertStats);
});

const backgroundPage = browser.extension.getBackgroundPage();

function displayTable(rootCertStats) {
/*
Expand Down

0 comments on commit 9fa1356

Please sign in to comment.