scenes/opengl: Remove redundant debug message
The Compositor will print whether opengl compositing has been initialized successfully.
This commit is contained in:
parent
3ade20eea5
commit
c478722655
1 changed files with 0 additions and 2 deletions
|
@ -95,8 +95,6 @@ SceneOpenGL::SceneOpenGL(OpenGLBackend *backend, QObject *parent)
|
|||
glGenVertexArrays(1, &vao);
|
||||
glBindVertexArray(vao);
|
||||
}
|
||||
|
||||
qCDebug(KWIN_OPENGL) << "OpenGL 2 compositing successfully initialized";
|
||||
}
|
||||
|
||||
SceneOpenGL::~SceneOpenGL()
|
||||
|
|
Loading…
Reference in a new issue