mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
mod_admin_shell: Remove duplicated line
This commit is contained in:
parent
56dc05885e
commit
df63482b96
1 changed files with 0 additions and 2 deletions
|
@ -1822,8 +1822,6 @@ function def_env.user:role(jid, host)
|
|||
|
||||
local primary_role_desc = primary_role and primary_role.name or "<none>";
|
||||
|
||||
local secondary_roles = um.get_user_secondary_roles(username, host);
|
||||
|
||||
print(primary_role and primary_role.name or "<none>");
|
||||
|
||||
local n_secondary = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue