removed superfluous comment

This commit is contained in:
Philipp Holzer 2019-08-18 15:04:36 +02:00
parent 9d3ad8f435
commit b63b1570d6
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 0 additions and 2 deletions

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;
}