Chris Mullins 8 gadi atpakaļ
vecāks
revīzija
396628bfe7
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      lib/MiLightState/GroupStateCache.cpp

+ 0 - 1
lib/MiLightState/GroupStateCache.cpp

@@ -9,7 +9,6 @@ GroupState* GroupStateCache::get(const GroupId& id) {
 
   if (state == NULL) {
     state = set(id, GroupState::defaultState(id.deviceType));
-    Serial.println(state->getBrightness());
     return state;
   } else {
     return state;