summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/data_bag_endpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/endpoints/data_bag_endpoint.rb')
-rw-r--r--lib/chef_zero/endpoints/data_bag_endpoint.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef_zero/endpoints/data_bag_endpoint.rb b/lib/chef_zero/endpoints/data_bag_endpoint.rb
index ce7e263..41e87ae 100644
--- a/lib/chef_zero/endpoints/data_bag_endpoint.rb
+++ b/lib/chef_zero/endpoints/data_bag_endpoint.rb
@@ -34,7 +34,6 @@ module ChefZero
def delete(request)
key = request.rest_path[3]
delete_data_dir(request, request.rest_path, :recursive)
- delete_acl(request.rest_path)
json_response(200, {
'chef_type' => 'data_bag',
'json_class' => 'Chef::DataBag',