Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
  • Loading branch information
Blast545 committed Mar 3, 2021
1 parent 6c1dbd6 commit ae99a36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bullet/src/JointFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ double JointFeatures::GetJointVelocity(
ignerr << "Not a valid constrating type: " << jointType << "\n";
}
}
igndbg << "Joint Velocity: " << _id.id << " -> " << result << std::endl;
return result;
}

Expand Down

0 comments on commit ae99a36

Please sign in to comment.