clix.lua: Remove debug print()

Mon, 14 Mar 2011 16:46:27 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 14 Mar 2011 16:46:27 +0000
changeset 52
95ea1dca92ed
parent 51
e6a408eaa825
child 53
bfc53225a38f

clix.lua: Remove debug print()

clix.lua file | annotate | diff | comparison | revisions
--- a/clix.lua	Mon Mar 14 17:34:11 2011 +0100
+++ b/clix.lua	Mon Mar 14 16:46:27 2011 +0000
@@ -142,7 +142,6 @@
 
 local command, args_handled_up_to;
 for i, opt in ipairs(arg) do
-        print(i, opt)
         if opt:match("^%-") and opt ~= "--" then
                 local name = opt:match("^%-%-?([^%s=]+)()")
                 name = (short_opts[name] or name):gsub("%-+", "_");

mercurial