aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-17 07:53:40 +1000
committerDavid Walter Seikel2014-05-17 07:53:40 +1000
commitc1a1d6581d6ab5e4faeac5397fdf2682c9605b8c (patch)
treeb6e453cad1edec4b65e5fc11274ac83199d84abf /lib
parentRemove debugging and white space clean ups. (diff)
downloadSledjHamr-c1a1d6581d6ab5e4faeac5397fdf2682c9605b8c.zip
SledjHamr-c1a1d6581d6ab5e4faeac5397fdf2682c9605b8c.tar.gz
SledjHamr-c1a1d6581d6ab5e4faeac5397fdf2682c9605b8c.tar.bz2
SledjHamr-c1a1d6581d6ab5e4faeac5397fdf2682c9605b8c.tar.xz
More debugging removal.
Diffstat (limited to 'lib')
-rw-r--r--lib/skang.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/skang.lua b/lib/skang.lua
index d4a9fec..90079ad 100644
--- a/lib/skang.lua
+++ b/lib/skang.lua
@@ -884,7 +884,7 @@ thingasm = function (names, ...)
884 if args then 884 if args then
885 setfenv(args, parent) 885 setfenv(args, parent)
886 thingy.Cwidget = widget(parent.window, args()) 886 thingy.Cwidget = widget(parent.window, args())
887print('\nNO IDEA WHY this does isValid() three times on the action, and the first one being a string.') 887--print('\nNO IDEA WHY this does isValid() three times on the action, and the first one being a string.')
888 parent.W[name] = thingy 888 parent.W[name] = thingy
889 else 889 else
890 print("ERROR - " .. err) 890 print("ERROR - " .. err)
@@ -1037,7 +1037,7 @@ local aIsValid = function (self, parent)
1037 1037
1038 if result then 1038 if result then
1039 local value = parent[self.names[1] ] 1039 local value = parent[self.names[1] ]
1040print('NEW ACTION - ' .. self.names[1] .. ' = ' .. value .. ' ' .. type(parent.Cwidget)) 1040--print('NEW ACTION - ' .. self.names[1] .. ' = ' .. value .. ' ' .. type(parent.Cwidget))
1041 action(parent.Cwidget, value) 1041 action(parent.Cwidget, value)
1042 end 1042 end
1043 return result 1043 return result