]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Comment out that debug print
authorSamual Lenks <samual@xonotic.org>
Mon, 27 Jan 2014 05:31:20 +0000 (00:31 -0500)
committerSamual Lenks <samual@xonotic.org>
Mon, 27 Jan 2014 05:31:20 +0000 (00:31 -0500)
qcsrc/common/playerstats.qc

index 5eaecc75c344b222a7a355fd09f7e5a15802a59a..4deb630c128a014f07cfcee4c614d7a3baf578fc 100644 (file)
@@ -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)