Skip to content
Snippets Groups Projects
Commit 283260eb authored by p-kaiser's avatar p-kaiser
Browse files

ConstrainedIK: Removed debug message

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@821 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 6fd561e4
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,6 @@ float Constraint::getErrorDifference()
lastLastError = lastError;
lastError = e.norm();
VR_INFO << "Error Difference of " << getConstraintType() << ": " << lastError << " - " << lastLastError << std::endl;
if(lastLastError <= 0)
{
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment