瀏覽代碼

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;