From 3fc21fff2a1ea97a9967f8ee8470eeb14c17959b Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 10 May 2022 00:18:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Domain/App/AppUpdateChecker.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpmon/Domain/App/AppUpdateChecker.swift b/phpmon/Domain/App/AppUpdateChecker.swift index 34c02b7..06991a4 100644 --- a/phpmon/Domain/App/AppUpdateChecker.swift +++ b/phpmon/Domain/App/AppUpdateChecker.swift @@ -24,9 +24,9 @@ class AppUpdateChecker { if !Preferences.isEnabled(.automaticBackgroundUpdateCheck) { Log.info("Automatic updates are disabled. No check will be performed.") return - } else { - Log.info("Automatic updates are enabled, a check will be performed.") } + + Log.info("Automatic updates are enabled, a check will be performed.") } // Actually check for updates