From 3f79b9dc4a82b2f2c6f6fcc8e0c378d2f629aac3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 06:35:41 +0100 Subject: [PATCH] disable debug output in daemon --- update_daemon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_daemon.php b/update_daemon.php index 834765894..9061a4498 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)) {