From d928eb7288cab9bca5acc89b56ca44e891cdd6c6 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 10 Jul 2016 19:58:45 +1000 Subject: [PATCH] Remove debug print --- qcsrc/client/hud/panel/modicons.qc | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2