Remove commented code

This commit is contained in:
Michael 2018-03-14 22:31:52 +00:00
parent c4a023dfd4
commit 2bedead6f4
1 changed files with 0 additions and 1 deletions

View File

@ -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]';
}
}