Skip to content
Snippets Groups Projects
Commit c66d4082 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

cleanup

parent 24391f40
Branches
Tags
1 merge request!58merge new_database_structure into master
{ {
"databaseUrl": "jdbc:mysql://localhost:3306/", "databaseUrl": "jdbc:mysql://localhost:3306/",
"databaseName": "budgetmastersave", "databaseName": "budgetmaster",
"databaseUsername": "root", "databaseUsername": "root",
"databasePassword": "", "databasePassword": "",
"serverPort": 9000, "serverPort": 9000,
......
...@@ -41,7 +41,6 @@ public class Main ...@@ -41,7 +41,6 @@ public class Main
try try
{ {
settings = Utils.loadSettings(); settings = Utils.loadSettings();
System.out.println(settings);
new SparkServer(settings); new SparkServer(settings);
} }
catch(IOException e) catch(IOException e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment