2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Remove debugging string

This commit is contained in:
Adam Zammit
2017-05-18 11:44:58 +10:00
parent 950b27ba84
commit 438f331c7c

View File

@@ -153,8 +153,6 @@ if (isset($_GET['ajax'])) {
$keys = array_keys($r[0]);
error_log("key:{$keys[$col]} dir:$dir");
$r = array_orderby($r,$keys[$col], $dir, SORT_NATURAL);
}