diff --git a/code/modules/shuttle/special.dm b/code/modules/shuttle/special.dm
index fbeadde3a519..11080aaad1b7 100644
--- a/code/modules/shuttle/special.dm
+++ b/code/modules/shuttle/special.dm
@@ -191,7 +191,6 @@
"These rules are at admin discretion and will be heavily enforced. If you have questions about these rules AHELP it.\n"+\
"\n"+\
"Prefix your message with :b to speak in Drone Chat.\n"
- //list used to add actions to the bardrone. Used a list incase we need to add more in future
var/static/list/actions_to_add = list(
/datum/action/drone/bar/information,
)