From df58424dd7b7c370f824cf20f0a8ec3190629136 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 4 Feb 2026 18:08:12 +0000 Subject: [PATCH] Suppress chatty frontend log --- rmo/template/status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmo/template/status.html b/rmo/template/status.html index 72aac1a3..86ec8c25 100644 --- a/rmo/template/status.html +++ b/rmo/template/status.html @@ -39,7 +39,7 @@ function getUniqueFeatures(nuisances, pools, comparatorProperty) { } function renderReports(features) { - console.log("render reports", features); + //console.log("render reports", features); const report_table = document.querySelector('report-table'); let reports = [];