Commit ba9c6de0b7ca3225aa823ce78efd043de09b2669

Authored by Moritz Wirger
1 parent aef5387c

Remove unneeded std::cout

hueplusplus/SimpleBrightnessStrategy.cpp
@@ -25,7 +25,6 @@ @@ -25,7 +25,6 @@
25 25
26 bool SimpleBrightnessStrategy::setBrightness(unsigned int bri, uint8_t transition, HueLight& light) const 26 bool SimpleBrightnessStrategy::setBrightness(unsigned int bri, uint8_t transition, HueLight& light) const
27 { 27 {
28 - std::cout << "Setting lamp with id: " << light.id << " to brightness of " << bri << std::endl;  
29 light.refreshState(); 28 light.refreshState();
30 if (bri == 0) 29 if (bri == 0)
31 { 30 {