From 7c658439da1fffe54859fe0b8814943fdc53c932 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 17 Oct 2017 09:14:10 +0000 Subject: [PATCH] Removed unneeded stuff --- include/feed.php | 1 - 1 file changed, 1 deletion(-) 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"] = ""; }