From: Andrew Dolgov Date: Sun, 12 Feb 2006 05:35:41 +0000 (+0100) Subject: disable debug output in daemon X-Git-Tag: 1.1.3~36 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3f79b9dc4a82b2f2c6f6fcc8e0c378d2f629aac3;p=tt-rss.git disable debug output in daemon --- diff --git a/update_daemon.php b/update_daemon.php index 83476589..9061a449 100644 --- a/update_daemon.php +++ b/update_daemon.php @@ -65,8 +65,8 @@ continue; } - printf("%d ? %d\n", time() - strtotime($line["last_updated"]) > $upd_intl*60, - $upd_intl*60); +# printf("%d ? %d\n", time() - strtotime($line["last_updated"]) > $upd_intl*60, +# $upd_intl*60); if (!$line["last_updated"] || time() - strtotime($line["last_updated"]) > ($upd_intl * 60)) {