diff options
| -rw-r--r-- | test_index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test_index.php b/test_index.php index a48d305..80bbeef 100644 --- a/test_index.php +++ b/test_index.php @@ -46,14 +46,12 @@ $tz = new DateTimeZone('UTC'); $date_gen = date('c'); $matches = get_submitted_packages($upload_dir, $max_modified); -echo 'debug:count:matches', count($matches), '<br>'; list($pkgs, $hosts, $build_count, $build_dates, $buildtime_total) = get_refined_packages_list( $matches, isset($_GET['package']) ? $_GET['package'] : null, isset($_GET['user']) ? $_GET['user'] : null ); -echo 'debug:count:pkgs', count($pkgs), '<br>'; list($stats, $users, $total, $pkgs) = build_stats($pkgs); |
