diff --git a/Core/src/org/sleuthkit/autopsy/guiutils/JFileChooserFactory.java b/Core/src/org/sleuthkit/autopsy/guiutils/JFileChooserFactory.java index 6818ed9159..8efa2205bf 100755 --- a/Core/src/org/sleuthkit/autopsy/guiutils/JFileChooserFactory.java +++ b/Core/src/org/sleuthkit/autopsy/guiutils/JFileChooserFactory.java @@ -99,11 +99,6 @@ public final class JFileChooserFactory { * @return The name of the class that requested the JFileChooser or null if not found. */ private static String getCallerClassName() { - try { - throw new Exception("test"); - } catch (Exception ex) { - ex.printStackTrace(); - } StackTraceElement[] stElements = Thread.currentThread().getStackTrace(); for (int i=1; i