summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 4761b8dd8..1a741f897 100644
--- a/backend.php
+++ b/backend.php
@@ -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>";