Explorar el Código

removed vardump

Axel Nordh hace 4 años
padre
commit
13298e9c15
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      OddsJavaFx/src/web/matchTable.php

+ 0 - 1
OddsJavaFx/src/web/matchTable.php

@@ -3,7 +3,6 @@ include_once __DIR__ . '/webDbConnection.php';
 
 $conn = new WebDbConnection( );
 
-var_dump($_POST);
 $countryId = $_POST['countrySelector'];
 $leagueId = $_POST['leagueSelector'];