From aea4b1f201eb41c60f9d008fd46b7ff182be04ad Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:27:13 -0600 Subject: [PATCH] Remove log --- zone/bot.cpp | 1 - 1 file changed, 1 deletion(-) 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); }