chore(philips-hue): remove unset warnings

Fixes #697

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-11-06 01:58:52 -05:00
parent 760ddf5d85
commit deb17d109f
-2
View File
@@ -102,7 +102,5 @@ export function adjustPhilipsHueLights() {
});
}
})();
} else {
logger.error('✖ couldn\'t adjust hue lights');
}
}