mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
kill debug print :P
This commit is contained in:
parent
772b8d5961
commit
fb1a5f67f2
1 changed files with 0 additions and 1 deletions
|
@ -448,7 +448,6 @@ C_ProcessInput (void)
|
|||
#endif
|
||||
while (1) {
|
||||
const char *cmd = Sys_ConsoleInput ();
|
||||
printf ("%s\n", cmd);
|
||||
if (!cmd)
|
||||
break;
|
||||
Cbuf_AddText (con_data.cbuf, cmd);
|
||||
|
|
Loading…
Reference in a new issue