]> git.mxchange.org Git - friendica.git/commitdiff
Removed unneeded stuff
authorMichael <heluecht@pirati.ca>
Tue, 17 Oct 2017 09:14:10 +0000 (09:14 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 17 Oct 2017 09:14:10 +0000 (09:14 +0000)
include/feed.php

index db6f631d45af6accbbef5c97c6c98b334c7ecbae..6c0b3b145a21d89749974c0f8f13f76bdd2a0c02 100644 (file)
@@ -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"] = "";
                        }