mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 08:36:14 +01:00
getting rid of a comment
This commit is contained in:
parent
35d1247240
commit
961470302d
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user