Prevent the bestmail cron to send a mail with only "Done."
[platal.git] / 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:
 ?>