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 "";