disable some log messages.

This commit is contained in:
sorgelig
2019-07-28 00:26:10 +08:00
parent 7e517b3140
commit 71791a30f7
2 changed files with 2 additions and 2 deletions

View File

@@ -2906,7 +2906,7 @@ void user_io_check_reset(unsigned short modifiers, char useKeys)
void user_io_osd_key_enable(char on)
{
printf("OSD is now %s\n", on ? "visible" : "invisible");
//printf("OSD is now %s\n", on ? "visible" : "invisible");
osd_is_visible = on;
input_switch(-1);
}