diff --git a/code/modules/mob/living/carbon/human/species_types/golems.dm b/code/modules/mob/living/carbon/human/species_types/golems.dm index f724b0d617..e3d2d5db61 100644 --- a/code/modules/mob/living/carbon/human/species_types/golems.dm +++ b/code/modules/mob/living/carbon/human/species_types/golems.dm @@ -55,9 +55,6 @@ var/datum/species/golem/G = V if(!initial(G.random_eligible)) random_golem_types -= G - to_chat(world, "Excluding golem type [initial(G.id)]") - else - to_chat(world, "Allowing golem type [initial(G.id)]") var/datum/species/golem/golem_type = pick(random_golem_types) var/mob/living/carbon/human/H = C H.set_species(golem_type)