removed superfluous comment

This commit is contained in:
Philipp Holzer
2019-08-18 15:04:36 +02:00
parent 9d3ad8f435
commit b63b1570d6

View File

@@ -751,8 +751,6 @@ class GContact
'contact-type', 'hide', 'nsfw', 'network', 'alias', 'notify', 'server_url', 'connect', 'updated', 'url'
], ['id' => $gcontact_id]);
// If nothing found, return false
// @see https://github.com/friendica/friendica/issues/7298#issuecomment-522215746
if (!DBA::isResult($public_contact)) {
return false;
}