diff --git a/tensorflow/lite/micro/memory_arena_threshold_test.cc b/tensorflow/lite/micro/memory_arena_threshold_test.cc index 2f9242781f8..6bc23bc37d0 100644 --- a/tensorflow/lite/micro/memory_arena_threshold_test.cc +++ b/tensorflow/lite/micro/memory_arena_threshold_test.cc @@ -136,10 +136,6 @@ void EnsureAllocatedSizeThreshold(const char* allocation_type, size_t actual, // 64-bit systems should check floor and ceiling to catch memory savings: TF_LITE_MICRO_EXPECT_NEAR(actual, expected, expected * kAllocationThreshold); - if (actual != expected) { - MicroPrintf("%s threshold failed: %d != %d", allocation_type, actual, - expected); - } } else { // Non-64 bit systems should just expect allocation does not exceed the // ceiling: