From cb80ec75d07c5ba68b882da6637a8b5783dd7a6d Mon Sep 17 00:00:00 2001 From: Adam Ward Date: Wed, 16 Nov 2016 11:01:02 +1100 Subject: Remove debug write Obvious fix. Introduced in: e57e29b96b75ff7fc04abb7f9db73920b2a5894a Signed-off-by: Adam Ward --- lib/chef/node/attribute.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/chef/node/attribute.rb') 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] -- cgit v1.2.1