Software /
code /
prosody
Changeset
13687:a00d0e2dc33a 13.0
mod_admin_shell: Remove duplicated line
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 13 Feb 2025 17:05:36 +0000 |
parents | 13685:b9fce1651699 |
children | 13688:3ff2027e5880 13689:6049c1602c79 |
files | plugins/mod_admin_shell.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua Thu Feb 13 16:20:42 2025 +0000 +++ b/plugins/mod_admin_shell.lua Thu Feb 13 17:05:36 2025 +0000 @@ -1822,8 +1822,6 @@ 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;