]> 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>
Wed, 20 Jun 2018 20:02:15 +0000 (22:02 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
src/Protocol/DFRN.php

index 6a64a82958756f7526f3532e5ef25131a9198c07..a9e836499feaae3050118caac54a15131d77a162 100644 (file)
@@ -2058,11 +2058,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;
                }
 
@@ -2361,11 +2357,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;
                                        }