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