1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-12-22 03:20:07 +01:00

Remove DEBUG check so tests still pass

This commit is contained in:
2025-11-06 12:10:41 +01:00
parent 55a9e5dd5c
commit 562cf41bab

View File

@@ -139,11 +139,7 @@ extension MainMenu {
}
} else {
// Check for updates
#if DEBUG
Log.info("Skipping update check for debug builds.")
#else
await UpdateScheduler.shared.startAutomaticUpdateChecking()
#endif
// Check if the linked version has changed between launches of phpmon
await PhpGuard().compareToLastGlobalVersion()