From c1a1d6581d6ab5e4faeac5397fdf2682c9605b8c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 17 May 2014 07:53:40 +1000 Subject: More debugging removal. --- lib/skang.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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, ...) if args then setfenv(args, parent) thingy.Cwidget = widget(parent.window, args()) -print('\nNO IDEA WHY this does isValid() three times on the action, and the first one being a string.') +--print('\nNO IDEA WHY this does isValid() three times on the action, and the first one being a string.') parent.W[name] = thingy else print("ERROR - " .. err) @@ -1037,7 +1037,7 @@ local aIsValid = function (self, parent) if result then local value = parent[self.names[1] ] -print('NEW ACTION - ' .. self.names[1] .. ' = ' .. value .. ' ' .. type(parent.Cwidget)) +--print('NEW ACTION - ' .. self.names[1] .. ' = ' .. value .. ' ' .. type(parent.Cwidget)) action(parent.Cwidget, value) end return result -- cgit v1.1