Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Jun 5, 2024
1 parent 12ac207 commit 081c672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dartsim/src/KinematicsFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const dart::dynamics::Frame *KinematicsFeatures::SelectFrame(
{
// This is a model FreeGroup frame, so we'll use the first root link as the
// frame
std::cerr << " free group frame " << std::endl;
return model_it->second->model->getRootBodyNode();
}

Expand All @@ -78,7 +77,6 @@ const dart::dynamics::Frame *KinematicsFeatures::SelectFrame(
{
return nullptr;
}
std::cerr << " frame it " << std::endl;

return framesIt->second;
}
Expand Down

0 comments on commit 081c672

Please sign in to comment.