]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/DFRN.php
was a bit confusing for me or I was not sleeping to much ...
[friendica.git] / src / Protocol / DFRN.php
index 54bf76870be8f66932f888d98cbda8a60aec4650..125d41fe654c74e6b5e307a0aab452d3e6245760 100644 (file)
@@ -2073,11 +2073,7 @@ class DFRN
                );
 
                if (!DBM::is_result($r)) {
-                       /*
-                        * @TODO maybe one day:
                        logger("Query failed to execute, no result returned in " . __FUNCTION__);
-                       killme();
-                       */
                        return false;
                }
 
@@ -2376,11 +2372,7 @@ class DFRN
                                        );
 
                                        if (!DBM::is_result($r)) {
-                                               /*
-                                                * @TODO maybe one day:
                                                logger("Query failed to execute, no result returned in " . __FUNCTION__);
-                                               killme();
-                                               */
                                                return false;
                                        }