diff --git a/src/main/java/me/braydon/tether/Tether.java b/src/main/java/me/braydon/tether/Tether.java index a7ada3c..36c13fa 100644 --- a/src/main/java/me/braydon/tether/Tether.java +++ b/src/main/java/me/braydon/tether/Tether.java @@ -29,8 +29,6 @@ public class Tether { return; } log.info("Found configuration at '{}'", config.getAbsolutePath()); - - // Start the app - SpringApplication.run(Tether.class, args); + SpringApplication.run(Tether.class, args); // Start the app } } \ No newline at end of file