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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user