Compare commits

...

1 Commits

Author SHA1 Message Date
Mike Lynch
4f1e73d498 Removed logging statement 2025-03-26 18:00:22 +11:00

View File

@ -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;
}