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 Nov 11, 2024
1 parent a7e6eb5 commit 6362297
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bullet-featherstone/src/FreeGroupFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ Identity FreeGroupFeatures::FindFreeGroupForModel(
{
const auto *model = this->ReferenceInterface<ModelInfo>(_modelID);

std::cerr << "joints " << this->joints.size() << std::endl;
for (const auto & joint : this->joints)
{
// Also reject if the model is a child of a fixed constraint
Expand Down

0 comments on commit 6362297

Please sign in to comment.