Skip to content
Snippets Groups Projects
Commit cd5ef2ac authored by François Bailly's avatar François Bailly
Browse files

removed logger from robot-utils.hh since it will not be used anymore

parent 9155eda0
No related branches found
No related tags found
No related merge requests found
......@@ -258,12 +258,12 @@ namespace dynamicgraph {
JointLimits cp_get_joint_limits_from_id(Index id);
void sendMsg(const std::string& msg,
MsgType t=MSG_TYPE_INFO,
const char* file="", int line=0)
{
getLogger().sendMsg("[FromURDFToSoT] "+msg, t, file, line);
}
// void sendMsg(const std::string& msg,
// MsgType t=MSG_TYPE_INFO,
// const char* file="", int line=0)
// {
// getLogger().sendMsg("[FromURDFToSoT] "+msg, t, file, line);
// }
void display(std::ostream &os) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment