From 7050ec281d48a21750bfcb36947bbbd091b819c3 Mon Sep 17 00:00:00 2001 From: Putnam Date: Wed, 23 Oct 2019 02:14:03 -0700 Subject: [PATCH] wow do NOT want those --- code/controllers/configuration/config_entry.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/controllers/configuration/config_entry.dm b/code/controllers/configuration/config_entry.dm index 166e6653c8..4406655375 100644 --- a/code/controllers/configuration/config_entry.dm +++ b/code/controllers/configuration/config_entry.dm @@ -203,9 +203,7 @@ continue_check_value = FALSE new_list += temp new_value = new_list - log_admin(new_list) continue_check_value = new_list.len - log_admin(continue_check_value) if(continue_check_value && continue_check_key && ValidateListEntry(new_key, new_value)) config_entry_value[new_key] = new_value return TRUE