Remove debug print in QVTKRenderWindowAdapter
- This commit removes a left over print statement in
QVTKRenderWindowAdapter.cxx
- The log message is already handled correctly by the opengl
debug logger mechanism in VTK. It is caught by
vtkOpenGLMessageHandler
invtkOpenGLRenderWindow
and sent tovtkLog
macros. There is no need to print it to console. - This was not caught until 5d4edb2c enabled debug OpenGL context in Qt. The surrounding code never executed at all.
- added a release note for OpenGL debug output feature in VTK.