disable debug output in daemon

master
Andrew Dolgov 19 years ago
parent c1e202b79c
commit 3f79b9dc4a

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

Loading…
Cancel
Save