From f31cadccc2b0808fe6ee11e481a5c80493eb842f Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Wed, 3 Jan 2024 13:48:12 -0500 Subject: [PATCH] Update src/app/ReadClient.cpp Co-authored-by: Boris Zbarsky --- src/app/ReadClient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/ReadClient.cpp b/src/app/ReadClient.cpp index efa81acf93e8cb..1d4ea9da395699 100644 --- a/src/app/ReadClient.cpp +++ b/src/app/ReadClient.cpp @@ -919,7 +919,6 @@ void ReadClient::OnLivenessTimeoutCallback(System::Layer * apSystemLayer, void * if (_this->mIsPeerLIT) { - // If a LIT ICD device enters an inactive state, the associated subscription is marked as `InactiveICDSubscription`. // The ReadClient consumer then determines whether to initiate resubscription through the `OnResubscriptionNeeded` callback. // This decision process is triggered by either a liveness timeout or the arrival of a check-in message.