Skip to content

Commit d35d0fe

Browse files
committed
Cosmetic change
1 parent 92df6b2 commit d35d0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/googletest/test_helper.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ uint32_t test_periodic_measurement(U* unit, const uint32_t times, const uint32_t
5050
std::this_thread::yield();
5151
}
5252

53-
M5_LOGI("AVG:%u avgCnt:%u", avg, avgCnt);
54-
53+
// M5_LOGI("AVG:%u avgCnt:%u", avg, avgCnt);
54+
5555
if (!skip_after_test) {
5656
EXPECT_EQ(cnt, 0U);
5757
EXPECT_EQ(avgCnt, times - 1);

0 commit comments

Comments
 (0)