diff --git a/include/dfrn.php b/include/dfrn.php index 555fa57f2..4593380d1 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -1743,11 +1743,7 @@ class dfrn { intval($importer["importer_uid"])); if (!dbm::is_result($r)) { - /* - * @TODO maybe one day: logger("Query failed to execute, no result returned in " . __FUNCTION__); - killme(); - */ return false; } @@ -2113,11 +2109,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; }