From 9857bfbf1f34a9fc16434c074a3eba78d6ceb89d Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 25 Jul 2021 18:53:23 +0200 Subject: remove obsolete dev stuff --- lib/Downloads.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Downloads.php b/lib/Downloads.php index cdb5501c6..bcc02ecf2 100644 --- a/lib/Downloads.php +++ b/lib/Downloads.php @@ -110,7 +110,6 @@ class Downloads $result = 0; for($argument_num = 1, $num_of_arguments = count($sort_order); $argument_num <= $num_of_arguments; $argument_num += 1) { $key = $sort_order[$argument_num - 1]; - //~ $sorting = $sort_order[$argument_num]; $first_compare_value = $first_value[$key]; $second_compare_value = $second_value[$key]; $comparison = strcoll($first_compare_value, $second_compare_value); -- cgit v1.2.1