From 65a84484cf05d8eee66513ed8c84a1e20fa0dc59 Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Sun, 24 Jun 2012 09:01:17 +0000 Subject: [PATCH] Removed a debug message. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3909 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/verbs/playsound.dm | 1 - code/modules/mob/living/carbon/human/update_icons.dm | 1 - 2 files changed, 2 deletions(-) diff --git a/code/modules/admin/verbs/playsound.dm b/code/modules/admin/verbs/playsound.dm index 62cc7f2af80..7586e4af5a5 100644 --- a/code/modules/admin/verbs/playsound.dm +++ b/code/modules/admin/verbs/playsound.dm @@ -2,7 +2,6 @@ set category = "Fun" set name = "Play Global Sound" - //if(Debug2) if(!src.holder) src << "Only administrators may use this command." return diff --git a/code/modules/mob/living/carbon/human/update_icons.dm b/code/modules/mob/living/carbon/human/update_icons.dm index e18bef82358..058e3e4ff32 100644 --- a/code/modules/mob/living/carbon/human/update_icons.dm +++ b/code/modules/mob/living/carbon/human/update_icons.dm @@ -127,7 +127,6 @@ Please contact me on #coderbus IRC. ~Carn x //this proc is messy as I was forced to include some old laggy cloaking code to it so that I don't break cloakers //I'll work on removing that stuff by rewriting some of the cloaking stuff at a later date. /mob/living/carbon/human/update_icons() - if(Debug2) world << "human/update_icons()" lying_prev = lying //so we don't update overlays for lying/standing unless our stance changes again update_hud() //TODO: remove the need for this