From 3c3e8246cfc93fa1631a6ef869df8703a8db4d05 Mon Sep 17 00:00:00 2001 From: shibakaneki Date: Tue, 6 Sep 2011 14:57:15 +0200 Subject: [PATCH] Removed debug strings --- src/desktop/UBCustomCaptureWindow.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/desktop/UBCustomCaptureWindow.cpp b/src/desktop/UBCustomCaptureWindow.cpp index 8a21cdbc..01af0461 100644 --- a/src/desktop/UBCustomCaptureWindow.cpp +++ b/src/desktop/UBCustomCaptureWindow.cpp @@ -62,10 +62,7 @@ int UBCustomCaptureWindow::execute(const QPixmap &pScreenPixmap) showFullScreen(); setWindowOpacity(1.0); - qDebug() << ">>>>>>>>>>>>>< BEFORE"; - int retVal = exec(); - qDebug() << "------------------ AFTER"; - return retVal; + return exec(); }