disable debug output in daemon

This commit is contained in:
Andrew Dolgov 2006-02-12 06:35:41 +01:00
parent c1e202b79c
commit 3f79b9dc4a
1 changed files with 2 additions and 2 deletions

View File

@ -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)) {