diff --git a/include/feed.php b/include/feed.php index db6f631d45..6c0b3b145a 100644 --- a/include/feed.php +++ b/include/feed.php @@ -354,7 +354,6 @@ function feed_import($xml,$importer,&$contact, &$hub, $simulate = false) { } if (strlen($item["title"]) > strlen($item["body"])) { -//echo "*".strlen($item["title"]).">".strlen($item["body"])."\n"; $item["body"] = $item["title"]; $item["title"] = ""; }