Update HomeSpan.cpp

This commit is contained in:
Gregg 2024-06-08 20:32:39 -05:00
parent 7ab8354ed7
commit e10025bd54
1 changed files with 0 additions and 2 deletions

View File

@ -250,8 +250,6 @@ void Span::pollTask() {
currentClient++;
} else {
LOG1("** Client #%d DISCONNECTED (%lu sec)\n",currentClient->clientNumber,millis()/1000);
// currentClient->client.stop();
// delay(5);
clearNotify(&*currentClient); // clear all notification requests for this connection
currentClient=hapList.erase(currentClient); // remove HAPClient connection
}