fix: removed duplicated log message "Checking for updates"
Massimo Melina committed
Apr 8, 2026 at 11:03 UTC
255c71536848137646eff646a4397d4e029e82a7
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)