From 6d0fb1cc37c4a2da62b18c9bac842e9439cb564e Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 23 Jan 2025 14:27:08 +0100 Subject: [PATCH] remove some console logging --- observe_main.html | 1 - 1 file changed, 1 deletion(-) diff --git a/observe_main.html b/observe_main.html index 54ae61b..ecba785 100644 --- a/observe_main.html +++ b/observe_main.html @@ -531,7 +531,6 @@ if (e.buttons !== 1) { // if the length of the line is 0 there is nothing to do and nothing to calculate. if (line.length > 1) { - console.log(organism_type.choice.value); switch (organism_type.choice.value){ // calculate length of line(s) for filamentous organisms. case "Actinobacteria":