get rid of setNotStarting

This commit is contained in:
eyedeekay
2024-03-08 19:19:36 -05:00
parent 35666caefd
commit 2c44a9c8ad

View File

@ -138,8 +138,6 @@ public class WinLauncher extends WindowsAppUtil {
registrationThread.setDaemon(true);
registrationThread.start();
launcher.setNotStarting();
launcher.i2pRouter.runRouter();
}