From b63b1570d6521192ab09b4a05fc572551a3ba00d Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Sun, 18 Aug 2019 15:04:36 +0200 Subject: [PATCH] removed superfluous comment --- src/Model/GContact.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Model/GContact.php b/src/Model/GContact.php index 8dc73e14c3..6b0ebab7aa 100644 --- a/src/Model/GContact.php +++ b/src/Model/GContact.php @@ -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; }