Diff

clix.lua @ 52:95ea1dca92ed

clix.lua: Remove debug print()
author Matthew Wild <mwild1@gmail.com>
date Mon, 14 Mar 2011 16:46:27 +0000
parent 45:36f5bf718d3c
child 70:5e93cfc73444
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("%-+", "_");