Chris Mullins 8 år sedan
förälder
incheckning
396628bfe7
1 ändrade filer med 0 tillägg och 1 borttagningar
  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;