Remove log

This commit is contained in:
nytmyr
2025-01-24 10:27:13 -06:00
parent 389c861767
commit aea4b1f201
-1
View File
@@ -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);
}