mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
don't need those prints any more
This commit is contained in:
parent
966b5ee387
commit
61aeae52bf
1 changed files with 0 additions and 2 deletions
|
@ -258,7 +258,6 @@ static int
|
|||
qtv_frame (void *r)
|
||||
{
|
||||
sv_qtv_t *proxy = (sv_qtv_t *) r;
|
||||
SV_Printf ("A proxy->packet: %d\n", proxy->packet);
|
||||
return proxy->packet;
|
||||
}
|
||||
|
||||
|
@ -465,7 +464,6 @@ SV_qtvSendMessages (void)
|
|||
} else {
|
||||
Netchan_Transmit (&proxy->netchan, 0, 0);
|
||||
}
|
||||
SV_Printf ("B proxy->packet: %d\n", proxy->packet);
|
||||
proxy->packet = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue