diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index cc6ba09525..5c1b7c86fa 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -2375,7 +2375,11 @@ class DFRN ); if (!DBM::is_result($r)) { + /* + * @TODO maybe one day: logger("Query failed to execute, no result returned in " . __FUNCTION__); + killme(); + */ return false; }