From df2a313df65e4325cba0aa6e16eee2414851cf71 Mon Sep 17 00:00:00 2001 From: Beppe Vanrolleghem Date: Sun, 4 Aug 2019 20:19:16 +0200 Subject: [PATCH] kleine fix --- Online Gokkantoor/Logic/LogicLayer.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Online Gokkantoor/Logic/LogicLayer.cs b/Online Gokkantoor/Logic/LogicLayer.cs index f6a586a..eea9ca0 100644 --- a/Online Gokkantoor/Logic/LogicLayer.cs +++ b/Online Gokkantoor/Logic/LogicLayer.cs @@ -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(); }