From e3334178163ef0a748656215727f97925a0237c8 Mon Sep 17 00:00:00 2001 From: Remko van Wagensveld Date: Fri, 23 Aug 2024 17:24:26 +0200 Subject: [PATCH] fix: Remove confusing Notification regarding System updates This commit removes the "System passed checks, updating ..." which is confusing as it will trigger every 6 hours even if there is no update available to install. --- src/ublue_update/cli.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ublue_update/cli.py b/src/ublue_update/cli.py index 5650ec3..9b4b224 100644 --- a/src/ublue_update/cli.py +++ b/src/ublue_update/cli.py @@ -102,10 +102,6 @@ def run_updates(system, system_update_available): transaction_wait() if process_uid == 0: - notify( - "System Updater", - "System passed checks, updating ...", - ) users = [] try: users = get_active_sessions()