DataObjects/Core_person_signup.php
[Pman.Core] / DataObjects / Person.php
index 9b621fd..8d3a809 100644 (file)
@@ -599,7 +599,6 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         //DB_DataObject::debugLevel(1);
         $g = DB_DataObject::Factory('group_members');
         $g->whereAdd('group_id is NOT NULL AND user_id IS NOT NULL');
-        print_r($g->count());exit;
         if (!$g->count()) {
             // add the current user to the admin group..
             $g = DB_DataObject::Factory('Groups');