From 09c3a594c46904e19b58d169f06c143b144bb5d7 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Mon, 27 Jan 2014 00:31:20 -0500 Subject: [PATCH] Comment out that debug print --- qcsrc/common/playerstats.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/common/playerstats.qc b/qcsrc/common/playerstats.qc index 5eaecc75c..4deb630c1 100644 --- a/qcsrc/common/playerstats.qc +++ b/qcsrc/common/playerstats.qc @@ -624,12 +624,14 @@ void PlayerStats_PlayerDetail_CheckUpdate(void) // determine whether we should retrieve playerdetail information again float gamecount = cvar("cl_matchcount"); + #if 0 printf("PlayerStats_PlayerDetail_CheckUpdate(): %f >= %f, %d > %d\n", time, PS_D_NEXTUPDATETIME, PS_D_LASTGAMECOUNT, gamecount ); + #endif if( (time >= PS_D_NEXTUPDATETIME) -- 2.39.2