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();
       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);