summaryrefslogtreecommitdiff
path: root/lib/chef/knife.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-12-13 12:50:51 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-12-13 12:50:51 -0800
commit5f1776bb8d1150d11556ad932992ea4e48f8af6e (patch)
treeacca5d590b4372fb9903ab707e679fd7552491ac /lib/chef/knife.rb
parent0b918164429400cc82262ed0d532fbe0fff7ec38 (diff)
downloadchef-5f1776bb8d1150d11556ad932992ea4e48f8af6e.tar.gz
remove debugging puts
Diffstat (limited to 'lib/chef/knife.rb')
-rw-r--r--lib/chef/knife.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb
index d4d1a3c534..eb2c321cab 100644
--- a/lib/chef/knife.rb
+++ b/lib/chef/knife.rb
@@ -245,7 +245,6 @@ class Chef
ENV['PWD']
end || Dir.pwd
- puts "Working directory: #{a}"
a
end