summaryrefslogtreecommitdiffstats
path: root/framework/domain/outboxcontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/outboxcontroller.cpp')
-rw-r--r--framework/domain/outboxcontroller.cpp2
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
24SINK_DEBUG_AREA("outboxcontroller");
25
26OutboxController::OutboxController() 24OutboxController::OutboxController()
27 : Kube::Controller(), 25 : Kube::Controller(),
28 mSynchronizeOutboxAction{new Kube::ControllerAction{this, &OutboxController::sendOutbox}} 26 mSynchronizeOutboxAction{new Kube::ControllerAction{this, &OutboxController::sendOutbox}}