diff --git a/Projects/UOContent/Mobiles/AI/ArcherAI.cs b/Projects/UOContent/Mobiles/AI/ArcherAI.cs index 1ac066b45..dedd914c9 100644 --- a/Projects/UOContent/Mobiles/AI/ArcherAI.cs +++ b/Projects/UOContent/Mobiles/AI/ArcherAI.cs @@ -49,7 +49,6 @@ public class ArcherAI : BaseAI if (!Mobile.InRange(combatant, Mobile.ChaseLeashRange)) { - this.DebugSayFormatted($"I have lost {combatant.Name}"); Mobile.Combatant = null;