Remove obsolete TODO comment in Module\Profile\Contacts
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 20 May 2019 19:10:34 +0000 (15:10 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 20 May 2019 19:10:34 +0000 (15:10 -0400)
src/Module/Profile/Contacts.php

index 9e6d7d6..346622b 100644 (file)
@@ -82,7 +82,6 @@ class Contacts extends BaseModule
                $contacts = [];
 
                while ($contact = DBA::fetch($contacts_stmt)) {
-                       /// @TODO This triggers an E_NOTICE if 'self' is not there
                        if ($contact['self']) {
                                continue;
                        }