From: Michael Date: Tue, 17 Oct 2017 09:14:10 +0000 (+0000) Subject: Removed unneeded stuff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c658439da1fffe54859fe0b8814943fdc53c932;p=friendica.git Removed unneeded stuff --- 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"] = ""; }