Skip to content

Commit

Permalink
Remove unused statements
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnguyengit committed Mar 22, 2024
1 parent 7ce22e0 commit fb2c3fe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ protected StacCollectionModel getMappedMetadataValues(String metadataValues) thr

stacCollectionModel.getSummaries().setScore(score);

// set title suggest for each metadata record, this will be used by the autocomplete search
// List<String> filteredWords = StringUtil.generateTitleSuggest(stacCollectionModel.getTitle());
stacCollectionModel.setTitleSuggest(stacCollectionModel.getTitle());

return stacCollectionModel;
Expand Down

0 comments on commit fb2c3fe

Please sign in to comment.