DataObjects/Core_person.php
[Pman.Core] / DataObjects / Core_person.php
index b08f145..a8505fe 100644 (file)
@@ -1120,7 +1120,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         $mem = $p->fetchAll();  // fetch all the rows and set the $mem variable to the rows data, just like mysqli_fetch_assoc
    
         $e->logDeletedRecord($p);
-        print_r($e);
+        
         foreach($mem as $p) { 
             $p->delete();
         }