mirror of
https://github.com/friendica/friendica
synced 2024-11-19 03:03:41 +00:00
Remove debug code
This commit is contained in:
parent
ca77bff933
commit
5605bdd289
1 changed files with 1 additions and 1 deletions
|
@ -1203,7 +1203,7 @@ function put_item_in_cache(&$item, $update = false)
|
|||
{
|
||||
$rendered_hash = defaults($item, 'rendered-hash', '');
|
||||
|
||||
if (true || $rendered_hash == ''
|
||||
if ($rendered_hash == ''
|
||||
|| $item["rendered-html"] == ""
|
||||
|| $rendered_hash != hash("md5", $item["body"])
|
||||
|| Config::get("system", "ignore_cache")
|
||||
|
|
Loading…
Reference in a new issue