DataObjects/Core_person.php
authorjohn <john@roojs.com>
Tue, 9 Oct 2018 11:08:51 +0000 (19:08 +0800)
committerjohn <john@roojs.com>
Tue, 9 Oct 2018 11:08:51 +0000 (19:08 +0800)
DataObjects/Core_person.php

index 5db1020..99891c9 100644 (file)
@@ -826,8 +826,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
                 $person->get($q['id']);
             }
             
-            print_r($person);exit;
-            
             if(empty($person)) {
                 $roo->jerr('Please login to the system');
             }