Prevent the bestmail cron to send a mail with only "Done."
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 23 Mar 2014 10:42:11 +0000 (11:42 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 23 Mar 2014 10:42:58 +0000 (11:42 +0100)
bin/cron/bestmail.check.php

index 6074e73..770b154 100755 (executable)
@@ -83,7 +83,5 @@ while ($row = $pids->next()) {
     echo "\n";
 }
 
-print "Done.\n";
-
 // vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8:
 ?>