Remove console.log

This commit is contained in:
billz 2020-07-01 10:34:40 +01:00
parent 7fcfacaeae
commit 434021a9a1
1 changed files with 0 additions and 1 deletions

View File

@ -18,6 +18,5 @@ hueb.setColor(color);
// Change event
hueb.on( 'change', function( color, hue, sat, lum ) {
setCookie('color',color,90);
console.log(color)
})