Changeset

52:95ea1dca92ed

clix.lua: Remove debug print()
author Matthew Wild <mwild1@gmail.com>
date Mon, 14 Mar 2011 16:46:27 +0000
parents 51:e6a408eaa825
children 53:bfc53225a38f
files clix.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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("%-+", "_");