don't need those prints any more

This commit is contained in:
Bill Currie 2005-05-05 07:59:58 +00:00
parent 966b5ee387
commit 61aeae52bf
1 changed files with 0 additions and 2 deletions

View File

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