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

index 77144d9..bce53fe 100644 (file)
@@ -542,8 +542,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         
         $oath_key = $_SESSION[__CLASS__]['oath'][$this->id];
         
-        print_r($oath_key);exit;
-        
         if(empty($oath_key)) {
             return false;
         }