mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[qwaq] Remove some debug
This commit is contained in:
parent
50290baf04
commit
5cdd1931b7
1 changed files with 0 additions and 3 deletions
|
@ -294,10 +294,7 @@ parse_key (qwaq_resources_t *res)
|
|||
{
|
||||
qwaq_key_t *key = Hash_Find (res->key_sequences, res->escbuff.str);
|
||||
|
||||
Sys_Printf ("parse_key %s %p\n", res->escbuff.str + 1, key);
|
||||
if (key) {
|
||||
Sys_Printf (" %d %03x %s\n", key->key, key->shift,
|
||||
Key_KeynumToString (key->key));
|
||||
key_event (res, key->key, key->shift);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue