Remove warning message

This message has no real added value and is emitted every time a
notification is closed when `ignore_dbuclose` is set.
This commit is contained in:
matclab 2020-07-14 17:52:36 +02:00
parent 7bd55a53bf
commit 842a5242f7

View File

@ -525,8 +525,6 @@ static void dbus_cb_GetServerInformation(
void signal_notification_closed(struct notification *n, enum reason reason) void signal_notification_closed(struct notification *n, enum reason reason)
{ {
if (!n->dbus_valid) { if (!n->dbus_valid) {
LOG_W("Closing notification '%s' not supported. "
"Notification already closed.", n->summary);
return; return;
} }