From 1cb1eecba2028798d0432c487ca185556ff9654f Mon Sep 17 00:00:00 2001 From: lllllllllwith10ls <38187754+lllllllllwith10ls@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:46:25 -0500 Subject: [PATCH] Update chem.js --- mods/chem.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/chem.js b/mods/chem.js index 9378aa16..aabc4c21 100644 --- a/mods/chem.js +++ b/mods/chem.js @@ -1038,7 +1038,6 @@ function doStaining(pixel) { avg[j] = Math.floor((rgb[j]*(1-Math.abs(stain))) + (newColor[j]*Math.abs(stain))); } } - console.log(avg); // set newPixel color to avg newPixel.color = "rgb("+avg.join(",")+")"; }