Commit 3c3e8246 authored by shibakaneki's avatar shibakaneki

Removed debug strings

parent 35b03dda
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment