summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--akonadish/state.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/akonadish/state.cpp b/akonadish/state.cpp
index 84bce13..968c0ac 100644
--- a/akonadish/state.cpp
+++ b/akonadish/state.cpp
@@ -77,7 +77,6 @@ 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!";
81 return d->eventLoop.exec(); 80 return d->eventLoop.exec();
82 } 81 }
83 82