Skip to content

Commit 5b4f446

Browse files
committed
ModuleSearchResult: remove commented out code
1 parent ee671de commit 5b4f446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/scijava/search/module/ModuleSearchResult.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public ModuleSearchResult(final ModuleInfo info, final String baseDir) {
5858
this.baseDir = baseDir;
5959

6060
props = new LinkedHashMap<>();
61-
// props.put("Title", info.getTitle());
6261
final MenuPath menuPath = info.getMenuPath();
6362
if (menuPath != null) {
6463
props.put("Menu path", menuPath.getMenuString(false));

0 commit comments

Comments
 (0)