diff options
-rw-r--r-- | akonadi2_cli/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akonadi2_cli/state.cpp b/akonadi2_cli/state.cpp index 257da6b..84bce13 100644 --- a/akonadi2_cli/state.cpp +++ b/akonadi2_cli/state.cpp | |||
@@ -77,7 +77,7 @@ unsigned int State::debugLevel() const | |||
77 | int State::commandStarted() const | 77 | int State::commandStarted() const |
78 | { | 78 | { |
79 | if (!d->eventLoop.isRunning()) { | 79 | if (!d->eventLoop.isRunning()) { |
80 | qDebug() << "RUNNING THE EVENT LOOP!"; | 80 | //qDebug() << "RUNNING THE EVENT LOOP!"; |
81 | return d->eventLoop.exec(); | 81 | return d->eventLoop.exec(); |
82 | } | 82 | } |
83 | 83 | ||