From 0f14ac791ea4d007003427c93f962d0a931b1848 Mon Sep 17 00:00:00 2001 From: structix Date: Wed, 6 Jun 2018 21:37:55 +0200 Subject: [PATCH] Fix --- tippspiel/app/Http/Controllers/PagesController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tippspiel/app/Http/Controllers/PagesController.php b/tippspiel/app/Http/Controllers/PagesController.php index 83df5b8..fecc8cd 100644 --- a/tippspiel/app/Http/Controllers/PagesController.php +++ b/tippspiel/app/Http/Controllers/PagesController.php @@ -66,7 +66,6 @@ class PagesController extends Controller foreach ($tipps as $tipp) { $score = 0; $match = $matches->find($tipp->matchid)->first(); - dd($match); $diffmatch = abs($match->resulta - $match->resultb); $difftipp = abs($tipp->resulta - $tipp->resultb);