From b5155d829d8f2dc76d9bbaf327fbc335813d4a14 Mon Sep 17 00:00:00 2001 From: apriestman Date: Tue, 12 Oct 2021 09:39:07 -0400 Subject: [PATCH] Remove test code --- .../org/sleuthkit/autopsy/guiutils/JFileChooserFactory.java | 5 ----- 1 file changed, 5 deletions(-) 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