]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove debug print
authorMario <mario@smbclan.net>
Sun, 10 Jul 2016 09:58:45 +0000 (19:58 +1000)
committerMario <mario@smbclan.net>
Sun, 10 Jul 2016 09:58:45 +0000 (19:58 +1000)
qcsrc/client/hud/panel/modicons.qc

index d79877a78861bcb34f4c7bdefe195e30cad1816d..c4df032a426588fea07189918b01c9b611c0b787 100644 (file)
@@ -214,8 +214,6 @@ void HUD_Mod_CTF(vector pos, vector mySize)
        if(nteams & BIT(3))
                tcount = 4;
 
-       LOG_INFO(ftos(tcount), "\n");
-
        if (ctf_oneflag) {
                // hacky, but these aren't needed
                red_icon = red_icon_prevstatus = blue_icon = blue_icon_prevstatus = yellow_icon = yellow_icon_prevstatus = pink_icon = pink_icon_prevstatus = string_null;