Removed debugging comments.

This commit is contained in:
Robert Osfield
2003-09-30 21:30:39 +00:00
parent d3a0b5f7c7
commit ddde1c4e46

View File

@@ -55,8 +55,6 @@ osg::Node* DriveManipulator::getNode()
void DriveManipulator::home(const GUIEventAdapter& ea,GUIActionAdapter& us)
{
std::cout<<"home()"<<std::endl;
if(_node.get())
{
@@ -99,7 +97,6 @@ void DriveManipulator::home(const GUIEventAdapter& ea,GUIActionAdapter& us)
positionSet = true;
std::cout << "settin1"<<std::endl;
}
}
@@ -135,8 +132,6 @@ void DriveManipulator::home(const GUIEventAdapter& ea,GUIActionAdapter& us)
positionSet = true;
std::cout << "settin2"<<std::endl;
}
}