summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-06-05 08:57:45 -0700
committerdanielsdeleo <dan@getchef.com>2015-06-05 08:57:45 -0700
commit20f7e1c78c55d2a16d5033bc2bbe5904d225adb0 (patch)
tree4dda495ee41b225cea06ec162c599129a1f21139
parent949ed9dba676c03285d46198b612b02b953857eb (diff)
downloadchef-20f7e1c78c55d2a16d5033bc2bbe5904d225adb0.tar.gz
Remove leftover debug statement
-rw-r--r--lib/chef/application.rb1
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("*****************************************")