Skip to content

Commit

Permalink
remove obsolete logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 1, 2019
1 parent 1c824a4 commit 3d5264c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/dois_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ def index
subjects: subjects
}.compact

logger.info page.inspect

options[:links] = {
self: request.original_url,
next: results.size < page[:size] || page[:size] == 0 ? nil : request.base_url + "/dois?" + {
Expand Down

0 comments on commit 3d5264c

Please sign in to comment.