We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3803146 commit ea292d0Copy full SHA for ea292d0
src/main/java/org/scijava/ui/swing/search/SwingSearchBar.java
@@ -357,10 +357,8 @@ private void rebuild() {
357
event -> event.searcher()).collect(Collectors.toList());
358
sort(searchers, Searcher.class);
359
360
- System.out.println("--------------");
361
DefaultListModel<SearchResult> listModel = new DefaultListModel<>();
362
for (final Searcher searcher : searchers) {
363
- System.out.println("Processing searcher: " + searcher + " (" + searcher.title() + ")");
364
// Add section header.
365
listModel.addElement(new SearchResultHeader(searcher.title()));
366
0 commit comments