From f0758904933a4b0604129ca464ded5f8f57404e1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 May 2008 09:43:17 +0100 Subject: backend/feeds: do not calculate counters on reply --- backend.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backend.php') 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 ""; - getAllCounters($link, $omode, $feed); - print ""; + //print ""; + //getAllCounters($link, $omode, $feed); + //print ""; if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info); -- cgit v1.2.3