Removed logging statement
This commit is contained in:
parent
03c87f21de
commit
4f1e73d498
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user