diff --git a/app/src/main/java/hexlet/code/App.java b/app/src/main/java/hexlet/code/App.java index 99c5482..95cc815 100644 --- a/app/src/main/java/hexlet/code/App.java +++ b/app/src/main/java/hexlet/code/App.java @@ -84,7 +84,6 @@ public static Javalin getApp() throws IOException, SQLException { // public static void main(String[] args) throws IOException, SQLException { //throws SQLException Javalin app = getApp(); -// app.start(7070); app.start(getPort()); } }