diff options
-rw-r--r-- | html/display_panel/content/main_panel.js | 3 | ||||
-rw-r--r-- | main_background.js | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/html/display_panel/content/main_panel.js b/html/display_panel/content/main_panel.js index a6e19dc..958e2d2 100644 --- a/html/display_panel/content/main_panel.js +++ b/html/display_panel/content/main_panel.js @@ -126,8 +126,7 @@ function createList(data, group){ * }; * */ -function refreshUI(report){ - console.debug("refreshUI", report); +function refreshUI(report) { currentReport = report; document.querySelector("#site").className = report.siteStatus || ""; diff --git a/main_background.js b/main_background.js index e128f9b..15c8d34 100644 --- a/main_background.js +++ b/main_background.js @@ -362,8 +362,6 @@ function connected(p) { return; } p.onMessage.addListener(async function(m) { - console.debug("LibreJS BG: received message", m); - var update = false; var contact_finder = false; |