From: Mario Date: Sun, 10 Jul 2016 09:58:45 +0000 (+1000) Subject: Remove debug print X-Git-Tag: xonotic-v0.8.2~700^2~10^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d928eb7288cab9bca5acc89b56ca44e891cdd6c6;p=xonotic%2Fxonotic-data.pk3dir.git Remove debug print --- diff --git a/qcsrc/client/hud/panel/modicons.qc b/qcsrc/client/hud/panel/modicons.qc index d79877a78..c4df032a4 100644 --- a/qcsrc/client/hud/panel/modicons.qc +++ b/qcsrc/client/hud/panel/modicons.qc @@ -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;