From 70caff4811b1e443831e2f4e1e5a1445837fec18 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Feb 2013 19:26:38 +0400 Subject: done collecting data debug message: remove title --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 922b0ccb5..ba9e30b05 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -553,7 +553,7 @@ } if ($debug_enabled) { - _debug("update_rss_feed: done collecting data [TITLE:$entry_title]"); + _debug("update_rss_feed: done collecting data."); } // TODO: less memory-hungry implementation -- cgit v1.2.3