Skip to content

Commit b65274e

Browse files
committed
left some debugging in there
1 parent 8541391 commit b65274e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

chef-server-webui/app/controllers/cookbooks.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ def show
5959
# by default always show the largest version number (assuming largest means most recent)
6060
@other_versions = versions - [version]
6161
raise NotFound unless @cookbook
62-
require 'pp'
63-
pp @cookbook
62+
6463
@manifest = @cookbook.manifest
6564
display @cookbook
6665
rescue => e

0 commit comments

Comments
 (0)