]> git.mxchange.org Git - friendica.git/commitdiff
removed superfluous comment
authorPhilipp Holzer <admin+github@philipp.info>
Sun, 18 Aug 2019 13:04:36 +0000 (15:04 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Sun, 18 Aug 2019 13:04:36 +0000 (15:04 +0200)
src/Model/GContact.php

index 8dc73e14c362acfa5bf28fcd003f4d46ea66ab59..6b0ebab7aab765f5bca52788aba77977e7c92f66 100644 (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;
                }