From 93c0982363319cbce81179522d58c002ad83e6f6 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Mon, 15 May 2023 19:52:58 -0500 Subject: [PATCH] had to remove echo statement to see what the column arguments were. --- api/table.php | 1 - 1 file changed, 1 deletion(-) 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"]); }