summaryrefslogtreecommitdiff
path: root/lib/chef/node/attribute.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-10-25 10:40:00 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-12-06 12:44:06 -0800
commit9fe57c38a57135c7bd29ff05a1c7839a4d30c38c (patch)
tree1478b1d66b3f9ba854d949a962bd66694e468a1b /lib/chef/node/attribute.rb
parente24565b571e97275d39fcf7c97afc7dd6e1a37c4 (diff)
downloadchef-9fe57c38a57135c7bd29ff05a1c7839a4d30c38c.tar.gz
remove comments + debugging
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/node/attribute.rb')
-rw-r--r--lib/chef/node/attribute.rb2
1 files changed, 0 insertions, 2 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