1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 10:09:16 +00:00

remove debug comment from forceUpdateAllFeeds

This commit is contained in:
Andrew Dolgov
2006-02-12 08:22:02 +01:00
parent fcb4c0c93b
commit 36cf32bc8d

View File

@@ -721,10 +721,10 @@
(owner_uid, feed_id, entered) VALUES
(".$_SESSION["uid"].", NULL, NOW())");
print "<!-- ScheduledOK -->";
// print "<!-- ScheduledOK -->";
} else {
print "<!-- RequestAlreadyInQueue -->";
// print "<!-- RequestAlreadyInQueue -->";
}
# print "</rpc-reply>";