diff --git a/ksplash/ksplashqml/SplashWindow.cpp b/ksplash/ksplashqml/SplashWindow.cpp index 8a76b129e..3cea2b25a 100644 --- a/ksplash/ksplashqml/SplashWindow.cpp +++ b/ksplash/ksplashqml/SplashWindow.cpp @@ -37,7 +37,6 @@ SplashWindow::SplashWindow(bool testing, bool window) QSurfaceFormat format; format.setAlphaBufferSize(8); format.setRenderableType(QSurfaceFormat::OpenGL); - qDebug() << format.hasAlpha(); setFormat(format); setColor(Qt::transparent);