From 51d46a2a8abd88a5a46ab6e6e5491abc5d90190f Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Tue, 20 Sep 2022 21:32:45 -0700 Subject: [PATCH] Remove debug print --- src/hu_stuff.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index bdcc158d4..1d7f23ac9 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -2421,8 +2421,6 @@ HU_drawMiniPing (INT32 x, INT32 y, UINT32 lag, INT32 flags) w /= 2; } - CONS_Printf("mindelay %d / lag %d\n", cv_mindelay.value, lag); - // This looks kinda dumb, but basically: // Servers with mindelay set modify the ping table. // Clients with mindelay unset don't, because they can't.