diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 687fd466c..cc6ba0952 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -2072,7 +2072,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; }