Commit ba9c6de0b7ca3225aa823ce78efd043de09b2669
1 parent
aef5387c
Remove unneeded std::cout
Showing
1 changed file
with
0 additions
and
1 deletions
hueplusplus/SimpleBrightnessStrategy.cpp
| ... | ... | @@ -25,7 +25,6 @@ |
| 25 | 25 | |
| 26 | 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 | 28 | light.refreshState(); |
| 30 | 29 | if (bri == 0) |
| 31 | 30 | { | ... | ... |