Removed debug strings

preferencesAboutTextFull
shibakaneki 13 years ago
parent 35b03dda12
commit 3c3e8246cf
  1. 5
      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();
}

Loading…
Cancel
Save