Skip to content

Commit

Permalink
cmd/flux-wreck: remove debug code
Browse files Browse the repository at this point in the history
Problem: Debug code in flux-wreck utility uses the 'inspect.lua'
module, which isn't installed along with the flux-core package.

Remove debug code to fix errors in installed package.

Fixes #1582
  • Loading branch information
grondo committed Jul 21, 2018
1 parent 93bb8aa commit 3da862f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/flux-wreck
Expand Up @@ -632,7 +632,6 @@ prog:SubCommand {
options[opt] = tonumber(val) or val
end
end
print (require 'inspect' (options))
f:kvs_put ("lwj.options", options)
f:kvs_commit ()
end
Expand Down

0 comments on commit 3da862f

Please sign in to comment.