Remove output of notifs.birthday.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 2 Jul 2010 06:34:11 +0000 (08:34 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 2 Jul 2010 06:34:11 +0000 (08:34 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
bin/cron/notifs.birthday.php

index 62da064..7c50fd1 100755 (executable)
@@ -30,7 +30,7 @@ do {
                            AND deathdate IS NULL');
     ++$it;
     $affected = XDB::affectedRows();
                            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:
 } while ($affected > 0);
 
 // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: