Suppress chatty frontend log
This commit is contained in:
parent
eddda2f005
commit
df58424dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue