remove unwished message

clean code
This commit is contained in:
Luc 2015-07-25 05:55:55 +08:00
parent 2c027d81f7
commit 4c4a78fc62

View File

@ -1716,7 +1716,6 @@ if (web_interface->WebServer.hasArg(PROGMEM2CHAR(COMMAND_ID)))
#ifdef SSDP_FEATURE
void handle_SSDP(){
SSDP.schema(web_interface->WebServer.client());
Serial.printf("SSDP.\n");
}
#endif