remove debug comment from forceUpdateAllFeeds

This commit is contained in:
Andrew Dolgov 2006-02-12 08:22:02 +01:00
parent fcb4c0c93b
commit 36cf32bc8d
1 changed files with 2 additions and 2 deletions

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>";