Skip to content

Commit

Permalink
Update src/app/reporting/Engine.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs authored Jan 19, 2024
1 parent b582fab commit 3f21f92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/reporting/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ void Engine::Run()

if (readHandler->ShouldReportUnscheduled() || imEngine->GetReportScheduler()->IsReportableNow(readHandler))
{

mRunningReadHandler = readHandler;
CHIP_ERROR err = BuildAndSendSingleReportData(readHandler);
mRunningReadHandler = nullptr;
Expand Down

0 comments on commit 3f21f92

Please sign in to comment.