We don't need any more test data

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-05-03 10:35:57 +02:00
parent 366852097f
commit 2d62cb6453
1 changed files with 0 additions and 3 deletions

View File

@ -45,9 +45,6 @@ public class Main {
PropertiesFileAuthenticator pfa = new PropertiesFileAuthenticator("admin.properties");
MaklerAuthenticator ma = new MaklerAuthenticator(service);
//Testdaten
service.addTestData();
//Verarbeite Eingabe
while(true) {
int response = mainMenu.show();