quitent a debug message

This commit is contained in:
Ralf Becker 2006-06-07 18:04:24 +00:00
parent c6b0c63725
commit a3e859f85f

View File

@ -368,8 +368,6 @@
'account_user' => $_POST['account_user'],
'account_apps' => $account_apps
);
_debug_array($_POST);
_debug_array($group_info);
$this->validate_group($group_info);
$group =& CreateObject('phpgwapi.accounts',$group_info['account_id'],'g');