mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 05:44:24 +00:00
refactor: Remove console log from demo js
This commit is contained in:
@@ -45,7 +45,6 @@ const showColorsForImage = function(image, section) {
|
||||
let start = Date.now();
|
||||
let result = colorThief.getPalette(image, count);
|
||||
let elapsedTime = Date.now() - start;
|
||||
console.log('palette()', count, result.length)
|
||||
paletteHTML += Mustache.to_html(document.getElementById('palette-tpl').innerHTML, {
|
||||
count,
|
||||
palette: result,
|
||||
|
||||
Reference in New Issue
Block a user