forked from StarOpenSource/Engine
Remove testing Logger#crash call
This commit is contained in:
parent
edd28bef2f
commit
5021f2cc35
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ public final class Engine extends SubsystemClass {
|
||||||
cacheEvents(); // Cache event listeners
|
cacheEvents(); // Cache event listeners
|
||||||
|
|
||||||
Logger.verb("Completing early initialization stage");
|
Logger.verb("Completing early initialization stage");
|
||||||
Logger.crash(":3");
|
|
||||||
state = EngineState.STARTUP;
|
state = EngineState.STARTUP;
|
||||||
|
|
||||||
// Perform automatic subsystem initialization
|
// Perform automatic subsystem initialization
|
||||||
|
|
Loading…
Reference in a new issue