Browse Source

Remove debug

fastled
Xose Pérez 7 years ago
parent
commit
76f74826e6
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      code/espurna/ssdp.ino

+ 0
- 1
code/espurna/ssdp.ino View File

@ -27,7 +27,6 @@ void ssdpSetup() {
webServer()->on("/description.xml", HTTP_GET, [](AsyncWebServerRequest *request) {
DEBUG_MSG_P(PSTR("[SSDP] Schema request\n"));
String schema = SSDPDevice.schema();
Serial.println(schema);
request->send(200, "application/xml", schema.c_str());
});
#endif


Loading…
Cancel
Save