diff --git a/zone/bot.cpp b/zone/bot.cpp index d2e89a512..9a4a17864 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -2145,7 +2145,6 @@ void Bot::AI_Process() } if (mana_timer.Check() || send_hp_update_timer.Check()) { - LogTestDebug("{} is sending a hp/mana update", GetCleanName()); raid->SendHPManaEndPacketsFrom(this); }