Chris Mullins před 8 roky
rodič
revize
302c92ce14
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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();
       while (groupIdItr.hasNext()) {
         const uint8_t groupId = atoi(groupIdItr.nextToken());
-        printf("%d,%d,%d\n",config->type,deviceId,groupId);
 
         milightClient->prepare(*config, deviceId, groupId);
         handleRequest(request);