tidy up comments

This commit is contained in:
proddy
2026-04-27 11:08:52 +02:00
parent 1cff1abc33
commit 7c6259dddd
3 changed files with 3 additions and 9 deletions

View File

@@ -415,10 +415,6 @@ function upgradeImportantMessages(version: string) {
}
// called by Action endpoint getVersions
// Mirrors the C++ WebStatusService::getVersions() payload:
// { current: { version, type, date },
// stable?: { version, date, upgradeable },
// dev?: { version, date, upgradeable } }
// Set MOCK_OFFLINE = true to simulate a device with no internet (omits stable/dev).
const MOCK_OFFLINE = false;
function get_versions() {