Removed repetitive code added while testing.

This commit is contained in:
KrewsOrg 2020-01-23 19:57:38 +00:00
parent 0e23a04ccb
commit 8f660626bc

View File

@ -201,8 +201,6 @@ public final class Emulator {
Emulator.isShuttingDown = true;
Emulator.isReady = false;
Emulator.getLogging().logShutdownLine("Stopping Arcturus Emulator " + version + "...");
String classPath = System.getProperty("java.class.path");
String osName = System.getProperty("os.name");
try {
if (Emulator.getPluginManager() != null)
Emulator.getPluginManager().fireEvent(new EmulatorStartShutdownEvent());