From 1f4a9599370bd3eff8054a67313f95e65ea4c2ea Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 5 Sep 2012 08:06:29 +0000 Subject: remove debug output --- test_index.php | 2 -- 1 file changed, 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), '
'; 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), '
'; list($stats, $users, $total, $pkgs) = build_stats($pkgs); -- cgit v1.2.1