From 66c7deb2ac4ecb2e8edc8906f5fc78b6933c9900 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 1 Nov 2015 17:46:00 -0600 Subject: [PATCH] Remove some debug junk --- zone/mob_ai.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/zone/mob_ai.cpp b/zone/mob_ai.cpp index b16a3819e..36bddf809 100644 --- a/zone/mob_ai.cpp +++ b/zone/mob_ai.cpp @@ -1861,9 +1861,6 @@ bool NPC::AI_PursueCastCheck() { bool NPC::AI_IdleCastCheck() { if (AIautocastspell_timer->Check(false)) { -#if MobAI_DEBUG_Spells >= 25 - std::cout << "Non-Engaged autocast check triggered: " << this->GetName() << std::endl; -#endif AIautocastspell_timer->Disable(); //prevent the timer from going off AGAIN while we are casting. if (!AICastSpell(this, AISpellVar.idle_beneficial_chance, SpellType_Heal | SpellType_Buff | SpellType_Pet)) { if(!entity_list.AICheckCloseBeneficialSpells(this, 33, MobAISpellRange, SpellType_Heal | SpellType_Buff)) {