summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2015-12-23 23:08:04 +0100
committerAaron Seigo <aseigo@kde.org>2015-12-23 23:08:04 +0100
commita89e9766adac31f700ef47f982583baaf5ce9309 (patch)
tree15a20e63de23686088c761e1cac701ca2917f845
parentd0cd6658f72f2e509764d49fefbed7dd7fa9f48d (diff)
downloadsink-a89e9766adac31f700ef47f982583baaf5ce9309.tar.gz
sink-a89e9766adac31f700ef47f982583baaf5ce9309.zip
shush
-rw-r--r--akonadi2_cli/state.cpp2
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
77int State::commandStarted() const 77int 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