Remove debug code in recipe steps (from aa4845fd)

This commit is contained in:
Thibault Jouan 2015-04-04 20:20:54 +00:00
parent dbe7fea204
commit 8efb548474

View File

@ -7,7 +7,6 @@ def run_recipe(remote: false, options: nil, check: false, rargv: nil)
command << options if options command << options if options
command << ['--', *rargv] if rargv command << ['--', *rargv] if rargv
p command.join(' ')
run_simple command.join(' '), false run_simple command.join(' '), false
assert_exit_status 0 if check assert_exit_status 0 if check