diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-23 23:08:04 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-23 23:08:04 +0100 |
commit | a89e9766adac31f700ef47f982583baaf5ce9309 (patch) | |
tree | 15a20e63de23686088c761e1cac701ca2917f845 | |
parent | d0cd6658f72f2e509764d49fefbed7dd7fa9f48d (diff) | |
download | sink-a89e9766adac31f700ef47f982583baaf5ce9309.tar.gz sink-a89e9766adac31f700ef47f982583baaf5ce9309.zip |
shush
-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 | ||