Skip to content

Commit

Permalink
Remove misleading warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed Jun 13, 2024
1 parent 1620a59 commit f4f510c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/creo2urdf/src/ElementTreeManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ bool ElementTreeManager::populateJointInfoFromElementTree(pfcFeature_ptr feat, s


if (!retrieveSolidReferences()) {
printToMessageWindow("Could not retrieve solid references!", c2uLogLevel::WARN);
return false;
}
joint.child_link_name = getChildName();
Expand Down

0 comments on commit f4f510c

Please sign in to comment.