Commented out setprogress debug stuff

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2991 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2005-03-19 02:51:30 +00:00
parent ee6364d2db
commit f22ef26f6f

View File

@ -3617,7 +3617,7 @@ void QgisApp::removePluginToolBarIcon(QAction *qAction)
void QgisApp::showProgress(int theProgress, int theTotalSteps)
{
#ifdef QGISDEBUG
std::cout << "setProgress called with " << theProgress << "/" << theTotalSteps << std::endl;
//std::cout << "setProgress called with " << theProgress << "/" << theTotalSteps << std::endl;
#endif
if (theProgress==theTotalSteps)