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