@samitouri / QOSami-HFS / commits / 614fdf1a

fix: removed duplicated log message "Checking for updates"

Massimo Melina committed Apr 8, 2026 at 11:03 UTC 614fdf1a259332be38d9dff769b62ba7b506824e
1 file changed -1
src/update.ts
-1
@@ -35,7 +35,6 @@ configReady.then(lastCheckUpdate.ready).then(() => repeat(HOUR, () => {
35 }))
36
37 export const checkForUpdates = debounceAsync(async () => {
38 - console.log("Checking for updates")
38 try {
39 const u = await getBestUpdate()
40 if (u) console.log("New version available", u.name)