Remove debug print

This commit is contained in:
AJ Martinez 2022-09-20 21:32:45 -07:00
parent aaf18fb1cf
commit 51d46a2a8a

View file

@ -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.