1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-24 00:26:13 +01:00

getting rid of a comment

This commit is contained in:
travis-farmer 2023-11-16 09:40:08 -05:00
parent 35d1247240
commit 961470302d
No known key found for this signature in database
GPG Key ID: 0BC296791D14CB35

View File

@ -234,7 +234,7 @@ void WifiNINA::checkForLostClients() {
DIAG(F("Remove client %d"), clientId);
CommandDistributor::forget(clientId);
//delete c; //TJF: this causes a crash when client drops.. commenting out for now.
clients[clientId]=nullptr; // TJF: what to do... what to do...
clients[clientId]=nullptr;
}
}
}