diff options
author | danielsdeleo <dan@getchef.com> | 2015-06-05 08:57:45 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-06-05 08:57:45 -0700 |
commit | 20f7e1c78c55d2a16d5033bc2bbe5904d225adb0 (patch) | |
tree | 4dda495ee41b225cea06ec162c599129a1f21139 /lib/chef/application.rb | |
parent | 949ed9dba676c03285d46198b612b02b953857eb (diff) | |
download | chef-20f7e1c78c55d2a16d5033bc2bbe5904d225adb0.tar.gz |
Remove leftover debug statement
Diffstat (limited to 'lib/chef/application.rb')
-rw-r--r-- | lib/chef/application.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/application.rb b/lib/chef/application.rb index 297e46ef3c..0563822ede 100644 --- a/lib/chef/application.rb +++ b/lib/chef/application.rb @@ -93,7 +93,6 @@ class Chef if config[:config_file].nil? Chef::Log.warn("No config file found or specified on command line, using command line options.") elsif config_fetcher.config_missing? - pp config_missing: true Chef::Log.warn("*****************************************") Chef::Log.warn("Did not find config file: #{config[:config_file]}, using command line options.") Chef::Log.warn("*****************************************") |