Skip to content

Commit 2a492bd

Browse files
authored
Merge pull request #3628 from projectblacklight/unreachable-code
Remove unreachable code
2 parents 8a5bbd8 + f5b8938 commit 2a492bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/blacklight/solr/search_builder_behavior.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,6 @@ def add_solr_fields_to_query solr_parameters
239239
# copy paging params from BL app over to solr, changing
240240
# app level per_page and page to Solr rows and start.
241241
def add_paging_to_solr(solr_params)
242-
rows(solr_params[:rows] || 10) if rows.nil?
243-
244242
solr_params[:rows] = rows
245243

246244
solr_params[:start] = start if start.nonzero?

0 commit comments

Comments
 (0)