diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm
index ea71821cfd7..1986e276e5c 100644
--- a/code/modules/admin/admin.dm
+++ b/code/modules/admin/admin.dm
@@ -392,7 +392,7 @@ var/global/floorIsLava = 0
I.rank = "N/A"
update_file = 1
dat += "[I.content] by [I.author] ([I.rank]) on [I.timestamp] "
- if(I.author == usr.key || check_rights(R_PERMISSIONS))
+ if(I.author == usr.key || check_rights(R_PERMISSIONS, show_msg = 0))
dat += "Remove"
dat += "
"
if(update_file) info << infos