removed debug output

This commit is contained in:
Daniel Sommer 2022-02-21 00:48:51 +01:00
parent faee049169
commit 1d715995ff

View file

@ -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) {