backend/feeds: do not calculate counters on reply

This commit is contained in:
Andrew Dolgov 2008-05-19 09:43:17 +01:00
parent fca95d5f99
commit f075890493
1 changed files with 3 additions and 3 deletions

View File

@ -279,9 +279,9 @@
if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info);
print "<counters>";
getAllCounters($link, $omode, $feed);
print "</counters>";
//print "<counters>";
//getAllCounters($link, $omode, $feed);
//print "</counters>";
if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);