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

@@ -3200,7 +3200,7 @@ void input_notify_mode()
void input_switch(int grab)
{
if (grab >= 0) grabbed = grab;
printf("input_switch(%d), grabbed = %d\n", grab, grabbed);
//printf("input_switch(%d), grabbed = %d\n", grab, grabbed);
for (int i = 0; i < NUMDEV; i++)
{