소스 검색

remove print

Chris Mullins 8 년 전
부모
커밋
396628bfe7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;