diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-10-25 10:40:00 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-12-06 12:44:06 -0800 |
commit | 9fe57c38a57135c7bd29ff05a1c7839a4d30c38c (patch) | |
tree | 1478b1d66b3f9ba854d949a962bd66694e468a1b /lib | |
parent | e24565b571e97275d39fcf7c97afc7dd6e1a37c4 (diff) | |
download | chef-9fe57c38a57135c7bd29ff05a1c7839a4d30c38c.tar.gz |
remove comments + debugging
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/node/attribute.rb | 2 | ||||
-rw-r--r-- | lib/chef/node/immutable_collections.rb | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/node/attribute.rb b/lib/chef/node/attribute.rb index 2f72b285bd..389968f543 100644 --- a/lib/chef/node/attribute.rb +++ b/lib/chef/node/attribute.rb @@ -17,7 +17,6 @@ # limitations under the License. # -#require "chef/node/mixin/deep_merge_cache" require "chef/node/mixin/immutablize_hash" require "chef/node/mixin/state_tracking" require "chef/node/immutable_collections" @@ -45,7 +44,6 @@ class Chef # expects. This include should probably be deleted? include Enumerable - #include Chef::Node::Mixin::DeepMergeCache include Chef::Node::Mixin::StateTracking include Chef::Node::Mixin::ImmutablizeHash diff --git a/lib/chef/node/immutable_collections.rb b/lib/chef/node/immutable_collections.rb index 4edaf586cd..6458db94e9 100644 --- a/lib/chef/node/immutable_collections.rb +++ b/lib/chef/node/immutable_collections.rb @@ -85,7 +85,6 @@ class Chef if array.respond_to?(:internal_to_a, true) array.internal_to_a else - puts array.class array.to_a end end |