diff --git a/src/osgViewer/GraphicsWindowX11.cpp b/src/osgViewer/GraphicsWindowX11.cpp index 38aaa5524..1406dc256 100644 --- a/src/osgViewer/GraphicsWindowX11.cpp +++ b/src/osgViewer/GraphicsWindowX11.cpp @@ -982,8 +982,6 @@ bool GraphicsWindowX11::makeCurrentImplementation() #ifdef OSG_USE_EGL bool result = eglMakeCurrent(_eglDisplay, _eglSurface, _eglSurface, _context)==EGL_TRUE; - - osg::notify(osg::NOTICE)<<"GraphicsWindowX11::makeCurrentImplementation "<