diff options
| author | Romain d'Alverny <rda@mageia.org> | 2012-09-05 08:06:29 +0000 |
|---|---|---|
| committer | Romain d'Alverny <rda@mageia.org> | 2012-09-05 08:06:29 +0000 |
| commit | 1f4a9599370bd3eff8054a67313f95e65ea4c2ea (patch) | |
| tree | ccd689ff5af1bf2229fea69491ee6948c4747758 | |
| parent | a53ecba4956c1d652248a5d31de29b7b9d5b217e (diff) | |
| download | pkgsubmit-1f4a9599370bd3eff8054a67313f95e65ea4c2ea.tar pkgsubmit-1f4a9599370bd3eff8054a67313f95e65ea4c2ea.tar.gz pkgsubmit-1f4a9599370bd3eff8054a67313f95e65ea4c2ea.tar.bz2 pkgsubmit-1f4a9599370bd3eff8054a67313f95e65ea4c2ea.tar.xz pkgsubmit-1f4a9599370bd3eff8054a67313f95e65ea4c2ea.zip | |
remove debug output
| -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); |
