diff --git a/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java b/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java index 57ff03168f..7a1bd8acf4 100644 --- a/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java +++ b/Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java @@ -471,8 +471,7 @@ public class DataResultViewerTable extends AbstractDataResultViewer { if (prop.getName().equals("Tags")) { try { tagFound = !prop.getValue().equals(""); - } catch (IllegalAccessException | InvocationTargetException ex) { - Exceptions.printStackTrace(ex); + } catch (IllegalAccessException | InvocationTargetException ignore) { } break; }