diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-10-08 15:10:39 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-10-08 15:10:39 -0700 |
commit | 38642e2c269aa3fcee7fc9884ad1b24397243501 (patch) | |
tree | 38acf34e5c9acbf996a97ad9e8e016d5353d0b12 /chef-server | |
parent | a8bdc05363edd45a46a0ecdc8f65726c97e9d1fb (diff) | |
download | chef-38642e2c269aa3fcee7fc9884ad1b24397243501.tar.gz |
We don't need your stinkin checksum mixin!
Diffstat (limited to 'chef-server')
-rw-r--r-- | chef-server/lib/controllers/cookbook_libraries.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chef-server/lib/controllers/cookbook_libraries.rb b/chef-server/lib/controllers/cookbook_libraries.rb index f2eeffbae2..ae6b474261 100644 --- a/chef-server/lib/controllers/cookbook_libraries.rb +++ b/chef-server/lib/controllers/cookbook_libraries.rb @@ -16,8 +16,6 @@ # limitations under the License. # -require File.join(File.dirname(__FILE__), "..", "..", "chef", "mixin", "checksum") - class CookbookLibraries < Application provides :html, :json |