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 05368c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion bullet-featherstone/src/SDFFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ Identity SDFFeatures::ConstructSdfModelImpl(
// Add world joint
if (structure.rootJoint)
{
std::cerr << " adding root joint " << structure.rootJoint->Name() << std::endl;
const auto &parentInfo = structure.parentOf.at(structure.rootLink);
this->AddJoint(
JointInfo{
Expand Down

0 comments on commit 05368c7

Please sign in to comment.