]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Comment out the debug prints for panel background
authorSamual Lenks <samual@xonotic.org>
Mon, 3 Jun 2013 23:00:36 +0000 (19:00 -0400)
committerSamual Lenks <samual@xonotic.org>
Mon, 3 Jun 2013 23:00:36 +0000 (19:00 -0400)
qcsrc/client/hud.qh

index 5a7e603351c4cfb292de7697d0c65c4b84d3fdff..db9405ef6af6039b968176b9de277fb0aae5820b 100644 (file)
@@ -344,7 +344,7 @@ if(panel.update_time <= time) { \
                strunzone(panel.current_panel_bg); \
        if(panel_bg == "")\
        {\
-               print(sprintf("^xf08 %s panel: panel_bg is empty\n", panel.panel_name));\
+               /*print(sprintf("^xf08 %s panel: panel_bg is empty\n", panel.panel_name));*/\
                panel_bg = "0";\
        }\
        panel.current_panel_bg = strzone(panel_bg); \
@@ -361,7 +361,7 @@ if(panel.update_time <= time) { \
        panel_bg = panel.current_panel_bg; \
        if(panel.current_panel_bg == "")\
        {\
-               print(sprintf("^xf08 %s panel: panel.current_panel_bg is empty\n", panel.panel_name));\
+               /*print(sprintf("^xf08 %s panel: panel.current_panel_bg is empty\n", panel.panel_name));*/\
                panel_bg = "0";\
        }\
        panel_bg_alpha = panel.current_panel_bg_alpha; \