diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-06 19:12:47 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-06 19:13:05 +0100 |
commit | cd206b3a720807301f1b1707698c4a405da89217 (patch) | |
tree | 084c8afc2e6cadb72c194a2acded26a1409151ee /common/commandprocessor.cpp | |
parent | ede78a9840ea6c30244a2cb161cfd1cee63b8283 (diff) | |
download | sink-cd206b3a720807301f1b1707698c4a405da89217.tar.gz sink-cd206b3a720807301f1b1707698c4a405da89217.zip |
Debug output
Diffstat (limited to 'common/commandprocessor.cpp')
-rw-r--r-- | common/commandprocessor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/commandprocessor.cpp b/common/commandprocessor.cpp index 06ee142..20fcf3a 100644 --- a/common/commandprocessor.cpp +++ b/common/commandprocessor.cpp | |||
@@ -210,7 +210,6 @@ KAsync::Job<qint64> CommandProcessor::processQueuedCommand(const QByteArray &dat | |||
210 | } | 210 | } |
211 | auto queuedCommand = Sink::GetQueuedCommand(data.constData()); | 211 | auto queuedCommand = Sink::GetQueuedCommand(data.constData()); |
212 | const auto commandId = queuedCommand->commandId(); | 212 | const auto commandId = queuedCommand->commandId(); |
213 | SinkTrace() << "Dequeued Command: " << Sink::Commands::name(commandId); | ||
214 | return processQueuedCommand(queuedCommand) | 213 | return processQueuedCommand(queuedCommand) |
215 | .then<qint64, qint64>( | 214 | .then<qint64, qint64>( |
216 | [this, commandId](const KAsync::Error &error, qint64 createdRevision) -> KAsync::Job<qint64> { | 215 | [this, commandId](const KAsync::Error &error, qint64 createdRevision) -> KAsync::Job<qint64> { |