Skip to content

Commit f5b8938

Browse files
committed
Remove unreachable code
1 parent 410fe70 commit f5b8938

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
@@ -216,8 +216,6 @@ def add_solr_fields_to_query solr_parameters
216216
# copy paging params from BL app over to solr, changing
217217
# app level per_page and page to Solr rows and start.
218218
def add_paging_to_solr(solr_params)
219-
rows(solr_params[:rows] || 10) if rows.nil?
220-
221219
solr_params[:rows] = rows
222220

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

0 commit comments

Comments
 (0)