Remove output of notifs.birthday.
[platal.git] / bin / cron / notifs.birthday.php
index 62da064..7c50fd1 100755 (executable)
@@ -30,7 +30,7 @@ do {
                            AND deathdate IS NULL');
     ++$it;
     $affected = XDB::affectedRows();
-    echo "Iteration $it => $affected changes\n";
+    //echo "Iteration $it => $affected changes\n";
 } while ($affected > 0);
 
 // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: