1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Remove console.log

This commit is contained in:
billz 2020-07-01 10:34:40 +01:00
parent 7fcfacaeae
commit 434021a9a1

View File

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