DataObjects/Core_group.php
[Pman.Core] / DataObjects / Core_group.php
index 1d4cc63..037308f 100644 (file)
@@ -94,7 +94,6 @@ class Pman_Core_DataObjects_Core_group extends DB_DataObject
      */
     function checkPerm($lvl, $au) 
     {
-        print_R($au->hasPerm("Core.Groups", $lvl));exit;
         return $au->hasPerm("Core.Groups", $lvl);    
     } 
     function onUpdate($old, $req, $roo)