Skip to content

Commit ffbcd13

Browse files
committed
core: comment std::cout
1 parent 9e4b792 commit ffbcd13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/eigenpy/user-type.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@ namespace eigenpy
262262
assert(to_typenum >= 0 && "to_typenum is not valid");
263263
assert(from_array_descr != NULL && "from_array_descr is not valid");
264264

265-
std::cout << "From: " << bp::type_info(typeid(From)).name() << " " << Register::getTypeCode<From>()
266-
<< " to: " << bp::type_info(typeid(To)).name() << " " << Register::getTypeCode<To>()
267-
<< "\n to_typenum: " << to_typenum
268-
<< std::endl;
265+
// std::cout << "From: " << bp::type_info(typeid(From)).name() << " " << Register::getTypeCode<From>()
266+
// << " to: " << bp::type_info(typeid(To)).name() << " " << Register::getTypeCode<To>()
267+
// << "\n to_typenum: " << to_typenum
268+
// << std::endl;
269269

270270
if(call_PyArray_RegisterCastFunc(from_array_descr,
271271
to_typenum,

0 commit comments

Comments
 (0)