Remove debug code

This commit is contained in:
nathan 2023-10-19 14:51:24 -06:00
parent b0490bc7d8
commit 56d248a2b1

View File

@ -1680,7 +1680,6 @@ abstract class Framework extends Framework\Extra
$options = array('account_type' => $type, 'tag_list' => true) + $accounts;
$accounts = Accounts::link_query('', $options);
}
unset($list["accounts"][9]);
// Make sure the user themselves is in there
if(!array_key_exists($GLOBALS['egw_info']['user']['account_id'], $list['accounts']))
{