From 8ea490c2bc15c2ceb42f1a2b0f648d21703a851f Mon Sep 17 00:00:00 2001 From: hackademix Date: Tue, 7 Aug 2018 00:04:52 +0200 Subject: Removed some debugging noise. --- html/display_panel/content/main_panel.js | 3 +-- main_background.js | 2 -- 2 files changed, 1 insertion(+), 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; -- cgit v1.2.3