1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 09:59:15 +00:00

disable debug output in daemon

This commit is contained in:
Andrew Dolgov
2006-02-12 06:35:41 +01:00
parent c1e202b79c
commit 3f79b9dc4a

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