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

index bd50fc6..1de7063 100644 (file)
@@ -789,8 +789,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             
             $_SESSION[__CLASS__]['oath'][$person->id] = $hash;
             
-            print_r($_SESSION);exit;
-            
             $qrcode = $person->generateQRCode($hash);
             
             if(empty($qrcode)){