From: Samual Lenks Date: Mon, 27 Jan 2014 05:31:20 +0000 (-0500) Subject: Comment out that debug print X-Git-Tag: xonotic-v0.8.0~139^2~1^2~23 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=09c3a594c46904e19b58d169f06c143b144bb5d7;p=xonotic%2Fxonotic-data.pk3dir.git Comment out that debug print --- 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)