Skip to content

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 in vtkOpenGLRenderWindow and sent to vtkLog 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.

Merge request reports

Loading