From 118c2095b67d6ce23367663260e19080d9da77ca Mon Sep 17 00:00:00 2001 From: James Turner <james@flightgear.org> Date: Wed, 26 May 2021 10:24:36 +0100 Subject: [PATCH] Launcher: remove a log message --- src/GUI/LauncherNotificationsController.cxx | 1 - 1 file changed, 1 deletion(-) 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; } }