kleine fix

This commit is contained in:
Beppe Vanrolleghem
2019-08-04 20:19:16 +02:00
parent 99216fd7fb
commit df2a313df6

View File

@@ -13,7 +13,6 @@ namespace Logic
public LogicLayer()
{
d = new dataLayer();
persons = d.getPersons();
bets = d.getBets();
ploegen = d.getPloegen();
@@ -76,10 +75,6 @@ namespace Logic
public void addGame(Game g)
{
games.Add(g);
if (true)
{
int i = 0;
}
fixIds();
}