diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-16 22:36:09 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-04-16 22:36:09 -0400 |
| commit | 522cd90fe8b9d5e797647f731b526048383ff36b (patch) | |
| tree | 9143736adb67d46c6f2d219e422ccebce3dce5ed /gamemode/cl_panels.lua | |
| parent | c3bec1047513b8c19eb24fef5f3230486dd17cbd (diff) | |
| download | gmstranded-522cd90fe8b9d5e797647f731b526048383ff36b.tar.gz gmstranded-522cd90fe8b9d5e797647f731b526048383ff36b.tar.bz2 gmstranded-522cd90fe8b9d5e797647f731b526048383ff36b.zip | |
Removed debug statements
Diffstat (limited to 'gamemode/cl_panels.lua')
| -rw-r--r-- | gamemode/cl_panels.lua | 11 |
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 ] |
