From c70ba4b16fca1d448c8cbaedd2da25877dfa8be3 Mon Sep 17 00:00:00 2001 From: Martin Klapetek Date: Wed, 9 Apr 2014 19:35:51 +0200 Subject: [PATCH] Remove useless debug --- ksplash/ksplashqml/SplashWindow.cpp | 1 - 1 file changed, 1 deletion(-) 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);