We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be16f8 commit 551b051Copy full SHA for 551b051
src/net.c
@@ -470,7 +470,7 @@ static DWORD WINAPI CheckForUpdatesThread(LPVOID param)
470
} while ((!force_update_check) && ((op_in_progress || (dialog_showing > 0))));
471
if (!force_update_check) {
472
if ((ReadSetting32(SETTING_UPDATE_INTERVAL) == -1)) {
473
- vuprintf("Check for updates disabled, as per settings.");
+ //vuprintf("Check for updates disabled, as per settings.");
474
goto out;
475
}
476
reg_time = ReadSetting64(SETTING_LAST_UPDATE);
0 commit comments