diff --git a/lib/notification/notificationcomponent.cpp b/lib/notification/notificationcomponent.cpp index 5a8167b1c..69d227fc1 100644 --- a/lib/notification/notificationcomponent.cpp +++ b/lib/notification/notificationcomponent.cpp @@ -83,11 +83,8 @@ void NotificationComponent::NotificationTimerHandler(void) if (!IcingaApplication::GetInstance()->GetEnableNotifications() || !checkable->GetEnableNotifications()) continue; - if (notification->GetInterval() <= 0 && notification->GetNoMoreNotifications()) { - Log(LogDebug, "NotificationComponent") - << "Skipping reminder notification '" << notification->GetName() << "'. Interval is 0 and no more notifications are required."; + if (notification->GetInterval() <= 0 && notification->GetNoMoreNotifications()) continue; - } if (notification->GetNextNotification() > now) continue;