Commented out some redundent debuggin info.

This commit is contained in:
Robert Osfield
2004-11-10 16:37:02 +00:00
parent 2db9dc2e60
commit 5d3dcd3e18

View File

@@ -862,12 +862,12 @@ void Viewer::selectCameraManipulator(unsigned int no)
void Viewer::requestRedraw()
{
osg::notify(osg::INFO)<<"Viewer::requestRedraw() called"<<std::endl;
//osg::notify(osg::INFO)<<"Viewer::requestRedraw() called"<<std::endl;
}
void Viewer::requestContinuousUpdate(bool flag)
{
osg::notify(osg::INFO)<<"Viewer::requestContinuousUpdate("<<flag<<") called"<<std::endl;
//osg::notify(osg::INFO)<<"Viewer::requestContinuousUpdate("<<flag<<") called"<<std::endl;
}
void Viewer::requestWarpPointer(float x,float y)