diff --git a/Core/src/org/sleuthkit/autopsy/filequery/FileSearchDialog.java b/Core/src/org/sleuthkit/autopsy/filequery/FileSearchDialog.java index 2a7e448c2c..cea446d7f1 100644 --- a/Core/src/org/sleuthkit/autopsy/filequery/FileSearchDialog.java +++ b/Core/src/org/sleuthkit/autopsy/filequery/FileSearchDialog.java @@ -267,7 +267,6 @@ public class FileSearchDialog extends javax.swing.JDialog implements ActionListe List tagNames = caseDb.getTagNamesInUse(); for(TagName name : tagNames) { - //tagsListModel.add(count, name.getDisplayName()); tagsListModel.add(count, name); count++; }