Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
lrapetti committed Jan 28, 2020
1 parent 00b2711 commit c6fcea0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/linkattacher/src/linkattacherserverimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ bool LinkAttacherServerImpl::attachUnscoped(const string& parent_model_name, con
joint = _world->GetPhysicsEngine()->CreateJoint(jointType,parent_model);
#endif

yInfo() << "joint created!";

if(!joint)
{
yError() << LogPrefix << "Attach: Unable to create joint";
Expand Down

0 comments on commit c6fcea0

Please sign in to comment.