瀏覽代碼

remove print

Chris Mullins 8 年之前
父節點
當前提交
302c92ce14
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/WebServer/MiLightHttpServer.cpp

+ 0 - 1
lib/WebServer/MiLightHttpServer.cpp

@@ -353,7 +353,6 @@ void MiLightHttpServer::handleUpdateGroup(const UrlTokenBindings* urlBindings) {
       groupIdItr.reset();
       groupIdItr.reset();
       while (groupIdItr.hasNext()) {
       while (groupIdItr.hasNext()) {
         const uint8_t groupId = atoi(groupIdItr.nextToken());
         const uint8_t groupId = atoi(groupIdItr.nextToken());
-        printf("%d,%d,%d\n",config->type,deviceId,groupId);
 
 
         milightClient->prepare(*config, deviceId, groupId);
         milightClient->prepare(*config, deviceId, groupId);
         handleRequest(request);
         handleRequest(request);