From: Michael Date: Wed, 14 Mar 2018 22:31:52 +0000 (+0000) Subject: Remove commented code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2bedead6f446db414c78ac7863915021adb97680;p=friendica.git Remove commented code --- diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index eb8474ba2b..26909102f7 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -662,7 +662,6 @@ class OStatus $clear_text = $xpath->query('atom:summary/text()', $entry)->item(0)->nodeValue; if (!empty($clear_text)) { $item['content-warning'] = html2bbcode($clear_text); - //$item["body"] = html2bbcode($clear_text) . '[spoiler]' . $item["body"] . '[/spoiler]'; } }