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:
parent
7fcfacaeae
commit
434021a9a1
@ -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)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user