summaryrefslogtreecommitdiff
path: root/gamemode/cl_panels.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/cl_panels.lua')
-rw-r--r--gamemode/cl_panels.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/gamemode/cl_panels.lua b/gamemode/cl_panels.lua
index 215f7d9..43e133a 100644
--- a/gamemode/cl_panels.lua
+++ b/gamemode/cl_panels.lua
@@ -848,17 +848,6 @@ function PANEL:Init()
end
function PANEL:SetTable( str )
- --print("GMS.Combinations full:")
- --PrintTable(GMS.Combinations)
- print("----SetTable method-----")
- for k,v in pairs(GMS.Combinations) do
- print("Recognize " .. k)
- if(k == "Structures") then
- for i,j in pairs(v) do
- print("\tFound: " .. i)
- end
- end
- end
self:SetTitle( "#" .. str )
self.CombiGroupName = str
self.CombiGroup = GMS.Combinations[ str ]