aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2018-08-07 00:04:52 +0200
committerhackademix <giorgio@maone.net>2018-08-07 00:04:52 +0200
commit8ea490c2bc15c2ceb42f1a2b0f648d21703a851f (patch)
tree11bd6c7ce6c40b17fdd806939d18f30bff6da954 /html
parent540dc46044afc6909c9e453b983244468e0ac9b3 (diff)
Removed some debugging noise.
Diffstat (limited to 'html')
-rw-r--r--html/display_panel/content/main_panel.js3
1 files changed, 1 insertions, 2 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 || "";