From c24ce599dc198e539bbc5c64328519918a171ec9 Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 5 Feb 2025 14:08:58 +0100 Subject: [PATCH] remove debug messages --- create_report.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/create_report.html b/create_report.html index da3d8cb..2046535 100644 --- a/create_report.html +++ b/create_report.html @@ -489,8 +489,6 @@ var nema_table = document.querySelector("#nema_scan_table"); function render_nema_scan_table(result){ - console.log("hi from nema table generator"); - console.log(result); let nema_count = { "Fungal_Feeding" : 0, "Bacterial_Feeding" : 0,