Chris Mullins 8 lat temu
rodzic
commit
396628bfe7
1 zmienionych plików z 0 dodań i 1 usunięć
  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;