diff --git a/poptimal.js b/poptimal.js
index ff2a093..0857dd2 100644
--- a/poptimal.js
+++ b/poptimal.js
@@ -68,7 +68,6 @@ function parse_histogram(convert_out) {
 
 function colour_visible(hist, colour) {
 	const hexcolour = colour.formatHex().toUpperCase();
-	console.log(colour, hexcolour, hist.get(hexcolour));
 	return hist.get(hexcolour) > VISIBLE_DOG;
 }