]> git.mxchange.org Git - friendica.git/commitdiff
was a bit confusing for me or I was not sleeping to much ...
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 12:46:28 +0000 (13:46 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:49:57 +0000 (22:49 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
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;
                                        }