scenes/opengl: Remove redundant debug message

The Compositor will print whether opengl compositing has been
initialized successfully.
This commit is contained in:
Vlad Zahorodnii 2021-11-09 09:22:12 +02:00
parent 3ade20eea5
commit c478722655

View file

@ -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()