DataObjects/Core_person.php
[Pman.Core] / DataObjects / Core_person.php
index e670555..23e96e1 100644 (file)
@@ -1227,7 +1227,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         
         $sesPrefix = $ff->Pman->login_public . '-' .get_class($this) .'-'.$db->dsn['database'] ;
         
-        print_R($sesPrefix);exit;
         // we should not store the whole data in the session - otherwise it get's huge.
         $p = DB_DAtaObject::Factory($this->tableName());
         $p->get($this->pid());