diff --git a/webapp/controller/MatchController.class.php b/webapp/controller/MatchController.class.php index c3402deb..3c3b1092 100644 --- a/webapp/controller/MatchController.class.php +++ b/webapp/controller/MatchController.class.php @@ -164,9 +164,6 @@ class MatchController extends BaseAuthedController { private function matchOk($r, $teamUuid, $currMatchDb) { - { - $r->del(MATCH_CURRENT_TEAM_KEY); - } { $matchOkDb = array( 'target_team' => $currMatchDb['current_team'],