From 61aeae52bf282ea817b6f297d4546b6df5cfac11 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 5 May 2005 07:59:58 +0000 Subject: [PATCH] don't need those prints any more --- qw/source/sv_qtv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/qw/source/sv_qtv.c b/qw/source/sv_qtv.c index bee24961f..83ba2cc17 100644 --- a/qw/source/sv_qtv.c +++ b/qw/source/sv_qtv.c @@ -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; } }