summaryrefslogtreecommitdiffstats
path: root/src/corelib/concurrent
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2010-11-11 13:01:37 +0100
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2010-11-11 13:01:37 +0100
commit451c3e973a49c8b467cc865f6d1f4a2c21902dc7 (patch)
treeafaff175c65adef39acb7e40beeeae261bd0c7eb /src/corelib/concurrent
parent98d51e42c81c0674bc724eccbdf8521d9317998a (diff)
Remove qDebug.
Diffstat (limited to 'src/corelib/concurrent')
-rw-r--r--src/corelib/concurrent/qtconcurrentrunbase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/concurrent/qtconcurrentrunbase.h b/src/corelib/concurrent/qtconcurrentrunbase.h
index a7a5cc4bc4..888d3952c6 100644
--- a/src/corelib/concurrent/qtconcurrentrunbase.h
+++ b/src/corelib/concurrent/qtconcurrentrunbase.h
@@ -106,7 +106,6 @@ public:
this->runFunctor();
#ifndef QT_NO_EXCEPTIONS
} catch (QtConcurrent::Exception &e) {
- qDebug() << "cought exception";
QFutureInterface<T>::reportException(e);
} catch (...) {
QFutureInterface<T>::reportException(QtConcurrent::UnhandledException());