kill debug print :P

This commit is contained in:
Bill Currie 2003-04-17 03:31:45 +00:00
parent 772b8d5961
commit fb1a5f67f2

View file

@ -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);