Remove comment

This commit is contained in:
Michael 2023-12-07 06:52:03 +00:00
parent 4f37f68bd7
commit 1301730ed8

View File

@ -3310,7 +3310,7 @@ class Diaspora
$result = DI::cache()->get($cachekey);
if (!is_null($result)) {
// return $result;
return $result;
}
$myaddr = self::myHandle($owner);