Removed debugging message

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14430 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2014-09-02 08:41:31 +00:00
parent 5633fa1247
commit 90c787a56a

View File

@@ -100,7 +100,6 @@ void KeySwitchMatrixManipulator::computeHomePosition()
void KeySwitchMatrixManipulator::finishAnimation()
{
OSG_NOTICE<<"KeySwitchMatrixManipulator::finishAnimation()"<<std::endl;
for(KeyManipMap::iterator itr=_manips.begin();
itr!=_manips.end();
++itr)