removed debug output
This commit is contained in:
parent
faee049169
commit
1d715995ff
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@ function morph(blinkstickConfig, resolve, reject) {
|
||||||
.then(function () {
|
.then(function () {
|
||||||
setAnimationProperties(blinkstickConfig);
|
setAnimationProperties(blinkstickConfig);
|
||||||
logger.debug('morphing color to \'' + blinkstickConfig.color + '\'...');
|
logger.debug('morphing color to \'' + blinkstickConfig.color + '\'...');
|
||||||
logger.debug('OPTS: ' + JSON.stringify(blinkstickConfig.options));
|
|
||||||
led.morph(blinkstickConfig.color, blinkstickConfig.options, function (err) {
|
led.morph(blinkstickConfig.color, blinkstickConfig.options, function (err) {
|
||||||
clearAnimationProperties();
|
clearAnimationProperties();
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|
Loading…
Reference in a new issue