From e10025bd5428ea9ad0e6852fe1b93ce297debd89 Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 8 Jun 2024 20:32:39 -0500 Subject: [PATCH] Update HomeSpan.cpp --- src/HomeSpan.cpp | 2 -- 1 file changed, 2 deletions(-) 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 }