Skip to content

Commit 116b975

Browse files
committed
Remove leftover debug logs
1 parent fb60726 commit 116b975

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/src/arrow/testing/random.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,8 +1157,6 @@ std::shared_ptr<Array> RandomArrayGenerator::ArrayOf(const Field& field, int64_t
11571157
GetMetadata<double>(field.metadata().get(), "nan_probability", 0);
11581158
VALIDATE_MIN_MAX(min_value, max_value);
11591159
VALIDATE_RANGE(nan_probability, 0.0, 1.0);
1160-
ARROW_LOG(INFO) << "min = " << min_value.ToFloat();
1161-
ARROW_LOG(INFO) << "max = " << max_value.ToFloat();
11621160
return Float16(length, min_value, max_value, null_probability, nan_probability,
11631161
alignment, memory_pool);
11641162
}

0 commit comments

Comments
 (0)