diff --git a/src/dynamic-command.h b/src/dynamic-command.h index f640a70b86ebbb949666f87abcf2b5a77d7ff949..e676c3b9f99b368b3f0e41983b57b02088176bc4 100644 --- a/src/dynamic-command.h +++ b/src/dynamic-command.h @@ -102,8 +102,6 @@ namespace sot { std::vector<Value> values = getParameterValues(); std::string opPointName = values[0].value(); std::string jointName = values[1].value(); - std::cout << "opPointName = " << opPointName << std::endl; - std::cout << "jointName = " << jointName << std::endl; CjrlJoint* joint = NULL; if (jointName == "gaze") { joint = robot.m_HDR->gazeJoint();