diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-23 23:39:07 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-23 23:39:07 +0100 |
commit | 0efcf4febf4d6d6cdb3218674999b6de1155a4d9 (patch) | |
tree | 29423494d4907dce0162cc3f4709ae65cd0ab435 /akonadish/state.cpp | |
parent | 8b07718cb47dca6240a70e9aea57b88121cc956b (diff) | |
download | sink-0efcf4febf4d6d6cdb3218674999b6de1155a4d9.tar.gz sink-0efcf4febf4d6d6cdb3218674999b6de1155a4d9.zip |
shush
Diffstat (limited to 'akonadish/state.cpp')
-rw-r--r-- | akonadish/state.cpp | 1 |
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 | |||
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!"; | ||
81 | return d->eventLoop.exec(); | 80 | return d->eventLoop.exec(); |
82 | } | 81 | } |
83 | 82 | ||