diff --git a/api/table.php b/api/table.php index 24cf66c..085a08b 100644 --- a/api/table.php +++ b/api/table.php @@ -21,7 +21,6 @@ if ( array_key_exists("limit", $_GET)){ } if ( array_key_exists("columns", $_GET)){ - echo $_GET["columns"]; $columns = explode(',', $_GET["columns"]); }