# HG changeset patch # User Matthew Wild # Date 1300121187 0 # Node ID 95ea1dca92ed44891ae167d4394605a19b85035c # Parent e6a408eaa82568fd83882114ccebef00287ee2c3 clix.lua: Remove debug print() diff -r e6a408eaa825 -r 95ea1dca92ed clix.lua --- 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("%-+", "_");