Software / code / prosody
Diff
plugins/mod_admin_shell.lua @ 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 |
| parent | 13685:b9fce1651699 |
| child | 13732:1465b1e305df |
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;