DataObjects/Core_person.php
authorjohn <john@roojs.com>
Wed, 10 Oct 2018 04:44:54 +0000 (12:44 +0800)
committerjohn <john@roojs.com>
Wed, 10 Oct 2018 04:44:54 +0000 (12:44 +0800)
DataObjects/Core_person.php

index fcd05e7..78a20d2 100644 (file)
@@ -805,8 +805,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             
             $person = DB_DataObject::factory('core_person');
             
-            print_r($q);exit;
-            
             $person->get($q['id']);
             
             if($person->checkTwoFactorAuthentication($q['two_factor_auth_code'])) {