]> git.wh0rd.org - tt-rss.git/commitdiff
backend/feeds: do not calculate counters on reply
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 19 May 2008 08:43:17 +0000 (09:43 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 19 May 2008 08:43:17 +0000 (09:43 +0100)
backend.php

index bdecb6cd09b02b3b8786c593aff5ba9f8874269b..e5ccd2b77f14131f68c7c4af40223adac234487b 100644 (file)
 
                        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);