Suppress chatty frontend log

This commit is contained in:
Eli Ribble 2026-02-04 18:08:12 +00:00
parent eddda2f005
commit df58424dd7
No known key found for this signature in database

View file

@ -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 = [];