]> git.wh0rd.org - tt-rss.git/commitdiff
remove debug comment from forceUpdateAllFeeds
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 12 Feb 2006 07:22:02 +0000 (08:22 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 12 Feb 2006 07:22:02 +0000 (08:22 +0100)
backend.php

index 4761b8dd8fc6b371c97090936876137cf1b097f7..1a741f8971fb9f2f365ea21cc2573126e6f015b7 100644 (file)
                                                        (owner_uid, feed_id, entered) VALUES
                                                        (".$_SESSION["uid"].", NULL, NOW())");
                                                        
-                                               print "<!-- ScheduledOK -->";
+//                                             print "<!-- ScheduledOK -->";
                                                
                                        } else {
-                                               print "<!-- RequestAlreadyInQueue -->";
+//                                             print "<!-- RequestAlreadyInQueue -->";
                                        }
        
 #                                      print "</rpc-reply>";