From 9ea09e78e5b57c6d06aab6629bd516b3c9bbf889 Mon Sep 17 00:00:00 2001 From: Jordie0608 Date: Wed, 15 Oct 2014 00:40:22 +1100 Subject: [PATCH] Removes comment --- code/modules/admin/verbs/debug.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 7aa96614c48..baa7c73549f 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -397,7 +397,6 @@ var/global/list/g_fancy_list_of_types = null set category = "Debug" set name = "Del-All" - // usng "safe" to prevent REALLY stupid deletions var/list/matches = get_fancy_list_of_types() if (!isnull(object) && object!="") matches = filter_fancy_list(matches, object)