From 5dafff5424b5ec196dadf55b1d823d3103e8c420 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 15 Jan 2018 12:26:37 +0800 Subject: [PATCH] DataObjects/Core_person.php --- DataObjects/Core_person.php | 1 - 1 file changed, 1 deletion(-) diff --git a/DataObjects/Core_person.php b/DataObjects/Core_person.php index d250fb74..1590f9de 100644 --- a/DataObjects/Core_person.php +++ b/DataObjects/Core_person.php @@ -262,7 +262,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject $sesPrefix = $this->sesPrefix(); if (!empty($_SESSION[get_class($this)][$sesPrefix .'-auth'])) { - print_R('still here??');exit; // in session... $a = unserialize($_SESSION[get_class($this)][$sesPrefix .'-auth']); -- 2.39.2