mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
Merge pull request #7338 from APriestman/removeStackTrace
Remove test code
This commit is contained in:
commit
d1ee46645a
@ -99,11 +99,6 @@ public final class JFileChooserFactory {
|
|||||||
* @return The name of the class that requested the JFileChooser or null if not found.
|
* @return The name of the class that requested the JFileChooser or null if not found.
|
||||||
*/
|
*/
|
||||||
private static String getCallerClassName() {
|
private static String getCallerClassName() {
|
||||||
try {
|
|
||||||
throw new Exception("test");
|
|
||||||
} catch (Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
}
|
|
||||||
StackTraceElement[] stElements = Thread.currentThread().getStackTrace();
|
StackTraceElement[] stElements = Thread.currentThread().getStackTrace();
|
||||||
for (int i=1; i<stElements.length; i++) {
|
for (int i=1; i<stElements.length; i++) {
|
||||||
StackTraceElement ste = stElements[i];
|
StackTraceElement ste = stElements[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user