Skip to content

Commit d116742

Browse files
committed
Remove debug message
1 parent 89d9196 commit d116742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/yggdrasil_rapidjson/document.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5184,7 +5184,7 @@ class GenericValue {
51845184
Py_CLEAR(columnIsString);
51855185
}
51865186
}
5187-
std::cerr << i << ": " << NPY_TYPE2STRING(((PyArray_Descr*)itype)->type_num) << ", is_in_bytes = " << is_in_bytes << std::endl;
5187+
// std::cerr << i << ": " << NPY_TYPE2STRING(((PyArray_Descr*)itype)->type_num) << ", is_in_bytes = " << is_in_bytes << std::endl;
51885188
if (((PyArray_Descr*)itype)->type_num == NPY_OBJECT ||
51895189
is_in_bytes) {
51905190
Py_ssize_t max_len = 0;

0 commit comments

Comments
 (0)