diff --git a/src/GUI/LauncherNotificationsController.cxx b/src/GUI/LauncherNotificationsController.cxx index c549f8b87..093f58c4b 100644 --- a/src/GUI/LauncherNotificationsController.cxx +++ b/src/GUI/LauncherNotificationsController.cxx @@ -167,7 +167,6 @@ void LauncherNotificationsController::postNotification(QString id, QUrl source, settings.beginGroup("dismissed-notifications"); bool alreadyDimissed = settings.value(id).toBool(); if (alreadyDimissed) { - qWarning() << "Skipping notification" << id << ", was previousl dimissed by user"; return; } }