Skip to content

Commit 6362297

Browse files
committed
remove debug print
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent a7e6eb5 commit 6362297

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bullet-featherstone/src/FreeGroupFeatures.cc

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Identity FreeGroupFeatures::FindFreeGroupForModel(
8585
{
8686
const auto *model = this->ReferenceInterface<ModelInfo>(_modelID);
8787

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

0 commit comments

Comments
 (0)