From 8efb5484744d2336eb4256856c38c897826365b2 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Sat, 4 Apr 2015 20:20:54 +0000 Subject: [PATCH] Remove debug code in recipe steps (from aa4845fd) --- features/steps/recipe_steps.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/features/steps/recipe_steps.rb b/features/steps/recipe_steps.rb index 65c82fd..d169293 100644 --- a/features/steps/recipe_steps.rb +++ b/features/steps/recipe_steps.rb @@ -7,7 +7,6 @@ def run_recipe(remote: false, options: nil, check: false, rargv: nil) command << options if options command << ['--', *rargv] if rargv - p command.join(' ') run_simple command.join(' '), false assert_exit_status 0 if check