From 353dccba2b6cc7584a5d944bd0b691213e1f99a1 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 16 Feb 2024 03:59:47 +0200 Subject: [PATCH] disable totals debug --- src/crontab.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/crontab.php b/src/crontab.php index d2bc3f6..79d7b82 100644 --- a/src/crontab.php +++ b/src/crontab.php @@ -228,10 +228,12 @@ foreach ($database->query('SELECT * FROM `pool` WHERE `sent` = 0 AND `expired` = $total++; } +/* print( sprintf( _('[%s] [notice] Records processed: %d'), date('c'), $total ) . PHP_EOL -); \ No newline at end of file +); +*/ \ No newline at end of file