Skip to content

Commit

Permalink
remove puts
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Nov 28, 2023
1 parent d8abd58 commit 1efb5c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/services/hyrax/solr_query_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ def reset
# @param ids [Array] id_array the ids that you want included in the query
# @return [Hyrax::SolrQueryService] the existing service with id query appended
def with_ids(ids: [])
puts "tryna figure this out:"
puts ids
ids = ids.reject(&:blank?)
puts ids
raise ArgumentError, "Expected there to be at least one non-blank id." if ids.blank?
id_query = construct_query_for_ids(ids)
@query += [id_query]
Expand Down

0 comments on commit 1efb5c6

Please sign in to comment.