From 22ee537f8764fc515d144177e8720c5213b4bebd Mon Sep 17 00:00:00 2001 From: Charlie Nolan Date: Sun, 10 Aug 2025 21:12:17 -0700 Subject: [PATCH] Remove an errant debug message (#30069) Signed-off-by: Charlie Nolan --- code/modules/admin/admin_ranks.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/admin_ranks.dm b/code/modules/admin/admin_ranks.dm index 8ce0d74bda3..43dcdb2f93a 100644 --- a/code/modules/admin/admin_ranks.dm +++ b/code/modules/admin/admin_ranks.dm @@ -124,7 +124,6 @@ GLOBAL_PROTECT(admin_ranks) // this shit is being protected for obvious reasons if(admin_ckey in GLOB.directory) var/client/admin = GLOB.directory[admin_ckey] - to_chat(admin, "Holder? [admin.holder] Permissions? [admin.holder?.rights]") if(!silent) message_admins("Admin permissions for [admin_ckey] have been reloaded.")