From 784a4413c2a05ab1236d59b4af7a5880bbd93d54 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Mar 2017 13:24:42 +0100 Subject: Fixed warning --- framework/domain/outboxcontroller.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/domain') 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 @@ #include #include -SINK_DEBUG_AREA("outboxcontroller"); - OutboxController::OutboxController() : Kube::Controller(), mSynchronizeOutboxAction{new Kube::ControllerAction{this, &OutboxController::sendOutbox}} -- cgit v1.2.3