summaryrefslogtreecommitdiffstats
path: root/common/notifier.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-18 14:52:33 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-18 14:52:33 +0100
commitb503f64acd67c77e009a3e13af151d4fae82b994 (patch)
tree6be970e061a093c071a563c6c503ec61efab2cbb /common/notifier.cpp
parentcc3e976be41ef3e7b1cc0fb5b27b60100b12c446 (diff)
downloadsink-b503f64acd67c77e009a3e13af151d4fae82b994.tar.gz
sink-b503f64acd67c77e009a3e13af151d4fae82b994.zip
Removed unnecessary debug output
Diffstat (limited to 'common/notifier.cpp')
-rw-r--r--common/notifier.cpp1
1 files changed, 0 insertions, 1 deletions
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:
39 39
40 void listenForNotifications(const QSharedPointer<ResourceAccess> &access) 40 void listenForNotifications(const QSharedPointer<ResourceAccess> &access)
41 { 41 {
42 SinkWarningCtx(Sink::Log::Context{"foobar"}) << "Listening for notifications";
43 QObject::connect(access.data(), &ResourceAccess::notification, context.data(), [this](const Notification &notification) { 42 QObject::connect(access.data(), &ResourceAccess::notification, context.data(), [this](const Notification &notification) {
44 for (const auto &handler : handler) { 43 for (const auto &handler : handler) {
45 handler(notification); 44 handler(notification);