summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-19 09:43:17 +0100
committerAndrew Dolgov <[email protected]>2008-05-19 09:43:17 +0100
commitf0758904933a4b0604129ca464ded5f8f57404e1 (patch)
tree492a6e28cd7c3fdd30db1dbeca4e651fc5a46efc /backend.php
parentfca95d5f9973cb95a789d244bfebbdcd21ac3332 (diff)
backend/feeds: do not calculate counters on reply
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index bdecb6cd0..e5ccd2b77 100644
--- a/backend.php
+++ b/backend.php
@@ -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);