diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:24:42 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:24:42 +0100 |
commit | 784a4413c2a05ab1236d59b4af7a5880bbd93d54 (patch) | |
tree | 36ac72f748a0c90d2ab0b6b0ea7de0b3a129b069 | |
parent | 4d422c52e64e1f06f46174b8cfbb70d17543e418 (diff) | |
download | kube-784a4413c2a05ab1236d59b4af7a5880bbd93d54.tar.gz kube-784a4413c2a05ab1236d59b4af7a5880bbd93d54.zip |
Fixed warning
-rw-r--r-- | framework/domain/outboxcontroller.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/domain/outboxcontroller.cpp b/framework/domain/outboxcontroller.cpp index 49cba54f..590b6c49 100644 --- a/framework/domain/outboxcontroller.cpp +++ b/framework/domain/outboxcontroller.cpp | |||
@@ -21,8 +21,6 @@ | |||
21 | #include <sink/store.h> | 21 | #include <sink/store.h> |
22 | #include <sink/log.h> | 22 | #include <sink/log.h> |
23 | 23 | ||
24 | SINK_DEBUG_AREA("outboxcontroller"); | ||
25 | |||
26 | OutboxController::OutboxController() | 24 | OutboxController::OutboxController() |
27 | : Kube::Controller(), | 25 | : Kube::Controller(), |
28 | mSynchronizeOutboxAction{new Kube::ControllerAction{this, &OutboxController::sendOutbox}} | 26 | mSynchronizeOutboxAction{new Kube::ControllerAction{this, &OutboxController::sendOutbox}} |