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

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