Skip to content

Commit 75f2bd9

Browse files
Remove logging statement.
1 parent f04a7d2 commit 75f2bd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/src/arrow/python/deserialize.cc

-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ Status GetSerializedFromComponents(int num_tensors, int num_ndarrays, int num_bu
390390
}
391391

392392
Status DeserializeNdarray(const SerializedPyObject& object, std::shared_ptr<Tensor>* out) {
393-
ARROW_LOG(INFO) << "XXX " << object.tensors.size() << " YYY " << object.ndarrays.size();
394393
if (object.ndarrays.size() != 1) {
395394
return Status::Invalid("Object is not an Ndarray");
396395
}

0 commit comments

Comments
 (0)