diff --git a/zone/mob_appearance.cpp b/zone/mob_appearance.cpp index 80ce493f0..04fdb6597 100644 --- a/zone/mob_appearance.cpp +++ b/zone/mob_appearance.cpp @@ -423,7 +423,6 @@ void Mob::SendWearChange(uint8 material_slot, Client *one_client) auto send_if_changed = [&](Client* client) { auto& last_key = m_last_seen_wearchange[client->GetID()]; if (last_key == dedupe_key) { - LogInfo("Ignoring duplicate WearChange for client [{}] with key [{}]", client->GetName(), dedupe_key); return; } last_key = dedupe_key;