summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2016-11-15 19:21:12 -0500
committerGitHub <noreply@github.com>2016-11-15 19:21:12 -0500
commit67e8176242affda0b30627ed968c968f68359d11 (patch)
treeff7fe3421a7b13adb6ea6bf2a8283e3e4e85bb98
parente4dbb483b1252a1e861ffaf421317e1e450c3abb (diff)
parentcb80ec75d07c5ba68b882da6637a8b5783dd7a6d (diff)
downloadchef-67e8176242affda0b30627ed968c968f68359d11.tar.gz
Merge pull request #5550 from atward/debug_write
Remove debug write
-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]