diff --git a/src/HomeSpan.cpp b/src/HomeSpan.cpp index 25ee973..d5d7398 100644 --- a/src/HomeSpan.cpp +++ b/src/HomeSpan.cpp @@ -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 }