Chris Mullins il y a 8 ans
Parent
commit
302c92ce14
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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);