From 6e34145dac56b9b36a511b177d801a578f7c3e27 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Fri, 20 Jan 2012 14:30:24 -0700 Subject: [PATCH] Removed debugging prompt stuff. --- code/modules/mob/living/carbon/human/human.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 379488fc55..60500eef49 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -2136,12 +2136,9 @@ It can still be worn/put on as normal. if(target) target.update_clothing() //SN src = null - world << "Trying to update window" for(var/mob/living/carbon/M in oview(1,target)) if(M.machine == target) - world << "Updating for [M.name]" target.interact(M) - world << "Done trying" del(src) return