]> git.wh0rd.org - tt-rss.git/commitdiff
disable debug output in daemon
authorAndrew Dolgov <fox@madoka.spb.ru>
Sun, 12 Feb 2006 05:35:41 +0000 (06:35 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Sun, 12 Feb 2006 05:35:41 +0000 (06:35 +0100)
update_daemon.php

index 834765894493eeca03afcd530614d4e07fe0197a..9061a449872fc4c00c0e41a84c539abd762f34c9 100644 (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)) {