From b503f64acd67c77e009a3e13af151d4fae82b994 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 18 Mar 2017 14:52:33 +0100 Subject: Removed unnecessary debug output --- common/notifier.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/notifier.cpp b/common/notifier.cpp index 28d56bf..1f33834 100644 --- a/common/notifier.cpp +++ b/common/notifier.cpp @@ -39,7 +39,6 @@ public: void listenForNotifications(const QSharedPointer &access) { - SinkWarningCtx(Sink::Log::Context{"foobar"}) << "Listening for notifications"; QObject::connect(access.data(), &ResourceAccess::notification, context.data(), [this](const Notification ¬ification) { for (const auto &handler : handler) { handler(notification); -- cgit v1.2.3