summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ward <adamw@subdesigns.net>2016-11-16 11:01:02 +1100
committerAdam Ward <adamw@subdesigns.net>2016-11-16 11:01:07 +1100
commitcb80ec75d07c5ba68b882da6637a8b5783dd7a6d (patch)
treeff7fe3421a7b13adb6ea6bf2a8283e3e4e85bb98
parente4dbb483b1252a1e861ffaf421317e1e450c3abb (diff)
downloadchef-cb80ec75d07c5ba68b882da6637a8b5783dd7a6d.tar.gz
Remove debug write
Obvious fix. Introduced in: e57e29b96b75ff7fc04abb7f9db73920b2a5894a Signed-off-by: Adam Ward <adamw@subdesigns.net>
-rw-r--r--lib/chef/node/attribute.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/node/attribute.rb b/lib/chef/node/attribute.rb
index d5b0ee5d72..2ed32d50ad 100644
--- a/lib/chef/node/attribute.rb
+++ b/lib/chef/node/attribute.rb
@@ -481,7 +481,6 @@ class Chef
if symbol == :to_ary
merged_attributes.send(symbol, *args)
elsif args.empty?
- puts symbol
Chef.log_deprecation %q{method access to node attributes (node.foo.bar) is deprecated and will be removed in Chef 13, please use bracket syntax (node["foo"]["bar"])}
if key?(symbol)
self[symbol]