From 776b6970f3aebedde5f8ed4b0eb65a4a4f949800 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Tue, 14 Nov 2023 20:59:56 +0100 Subject: [PATCH] s --- matchinfo.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/matchinfo.php b/matchinfo.php index 6ddc9cc..311fab7 100644 --- a/matchinfo.php +++ b/matchinfo.php @@ -8,9 +8,6 @@ if (isset($_GET['matchid'])) { if (file_exists($filename)) { // Read and decode the JSON file $jsonData = json_decode(file_get_contents($filename), true); - echo "
";
-        print_r($jsonData['included']);
-        echo "
"; // Start building the HTML table echo "";