# HG changeset patch # User Matthew Wild # Date 1739466336 0 # Node ID a00d0e2dc33a11207f94e202868b736f2fad9d17 # Parent b9fce1651699145a4aaac3a773a303f95a30e7db mod_admin_shell: Remove duplicated line diff -r b9fce1651699 -r a00d0e2dc33a plugins/mod_admin_shell.lua --- 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 ""; - local secondary_roles = um.get_user_secondary_roles(username, host); - print(primary_role and primary_role.name or ""); local n_secondary = 0;