From: Roland Haeder Date: Sat, 25 Mar 2017 12:46:28 +0000 (+0100) Subject: was a bit confusing for me or I was not sleeping to much ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc4d1296e3a4d61a78438c94ad1216cd8b642027;p=friendica.git was a bit confusing for me or I was not sleeping to much ... Signed-off-by: Roland Haeder --- diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 54bf76870b..125d41fe65 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -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; }