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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'html') 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 || ""; -- cgit v1.2.3