Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 31, 2023
1 parent 078d1c3 commit f5aaff6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/tests/TestReadInteraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1741,9 +1741,6 @@ void TestReadInteraction::TestICDProcessSubscribeRequestSupMinInterval(nlTestSui

NL_TEST_ASSERT(apSuite, minInterval == kMinInterval);
NL_TEST_ASSERT(apSuite, maxInterval == (2 * idleModeDuration));

printf("---------------------------- maxInterval : %d \n", maxInterval);
printf("---------------------------- idleModeDuration : %d \n", idleModeDuration);
}
engine->Shutdown();

Expand Down

0 comments on commit f5aaff6

Please sign in to comment.