remove some console logging
This commit is contained in:
parent
796af580ac
commit
6d0fb1cc37
|
|
@ -531,7 +531,6 @@
|
||||||
if (e.buttons !== 1) {
|
if (e.buttons !== 1) {
|
||||||
// if the length of the line is 0 there is nothing to do and nothing to calculate.
|
// if the length of the line is 0 there is nothing to do and nothing to calculate.
|
||||||
if (line.length > 1) {
|
if (line.length > 1) {
|
||||||
console.log(organism_type.choice.value);
|
|
||||||
switch (organism_type.choice.value){
|
switch (organism_type.choice.value){
|
||||||
// calculate length of line(s) for filamentous organisms.
|
// calculate length of line(s) for filamentous organisms.
|
||||||
case "Actinobacteria":
|
case "Actinobacteria":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue