Remove last case of printStackTrace

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2022-11-04 17:10:45 +00:00
parent 1ea2e85415
commit 745c331311

View File

@ -172,7 +172,7 @@ public final class LegacyFrame extends JFrame {
try {
Thread.sleep(30000L);
} catch (InterruptedException e) {
e.printStackTrace();
LOGGER.log(Level.SEVERE, "Thread interrupted", e);
}
LOGGER.info("Forcing exit!");