Don't print debug information all the time

This commit is contained in:
Larry Davis 2020-12-11 11:02:53 -08:00
parent dc1353c67e
commit e22b4ec945

View file

@ -576,7 +576,7 @@ IN_Update(void)
}
else
{
Com_Printf("Pressed unknown key with SDL_Keycode %d, SDL_Scancode %d.\n", kc, (int)sc);
Com_DPrintf("Pressed unknown key with SDL_Keycode %d, SDL_Scancode %d.\n", kc, (int)sc);
}
}
}