diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2013-12-13 12:50:51 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2013-12-13 12:50:51 -0800 |
commit | 5f1776bb8d1150d11556ad932992ea4e48f8af6e (patch) | |
tree | acca5d590b4372fb9903ab707e679fd7552491ac /lib/chef/knife.rb | |
parent | 0b918164429400cc82262ed0d532fbe0fff7ec38 (diff) | |
download | chef-5f1776bb8d1150d11556ad932992ea4e48f8af6e.tar.gz |
remove debugging puts
Diffstat (limited to 'lib/chef/knife.rb')
-rw-r--r-- | lib/chef/knife.rb | 1 |
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 |