summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update_daemon.php4
1 files 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)) {