diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-18 14:52:33 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-18 14:52:33 +0100 |
commit | b503f64acd67c77e009a3e13af151d4fae82b994 (patch) | |
tree | 6be970e061a093c071a563c6c503ec61efab2cbb /common/notifier.cpp | |
parent | cc3e976be41ef3e7b1cc0fb5b27b60100b12c446 (diff) | |
download | sink-b503f64acd67c77e009a3e13af151d4fae82b994.tar.gz sink-b503f64acd67c77e009a3e13af151d4fae82b994.zip |
Removed unnecessary debug output
Diffstat (limited to 'common/notifier.cpp')
-rw-r--r-- | common/notifier.cpp | 1 |
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 ¬ification) { | 42 | QObject::connect(access.data(), &ResourceAccess::notification, context.data(), [this](const Notification ¬ification) { |
44 | for (const auto &handler : handler) { | 43 | for (const auto &handler : handler) { |
45 | handler(notification); | 44 | handler(notification); |