Split the engine in smaller parts.
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / engine / Starter.java
index a5d79ac..4cfb857 100644 (file)
@@ -50,9 +50,6 @@ public class Starter {
                /* start a watcher. */
                ChainWatcher chainWatcher = new ChainWatcher(engine, parameters.getChainDirectory());
                chainWatcher.start();
-
-               /* start the engine. */
-               engine.start();
        }
 
        /**