浏览代码

removed vardump

Axel Nordh 4 年之前
父节点
当前提交
13298e9c15
共有 1 个文件被更改,包括 0 次插入1 次删除
  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'];