Launcher: remove a log message
This commit is contained in:
parent
180ad8d2d8
commit
118c2095b6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue