Skip to content

Commit 551b051

Browse files
committed
disable updates log
1 parent 2be16f8 commit 551b051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ static DWORD WINAPI CheckForUpdatesThread(LPVOID param)
470470
} while ((!force_update_check) && ((op_in_progress || (dialog_showing > 0))));
471471
if (!force_update_check) {
472472
if ((ReadSetting32(SETTING_UPDATE_INTERVAL) == -1)) {
473-
vuprintf("Check for updates disabled, as per settings.");
473+
//vuprintf("Check for updates disabled, as per settings.");
474474
goto out;
475475
}
476476
reg_time = ReadSetting64(SETTING_LAST_UPDATE);

0 commit comments

Comments
 (0)