mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
chore(Script/Code): remove Not Needed Logging. (#8747)
It is already logged in the gm logs. DRY.
This commit is contained in:
@@ -1549,8 +1549,6 @@ public:
|
||||
if (!playerTarget)
|
||||
playerTarget = player;
|
||||
|
||||
LOG_DEBUG("misc", handler->GetAcoreString(LANG_ADDITEM), itemId, count);
|
||||
|
||||
ItemTemplate const* itemTemplate = sObjectMgr->GetItemTemplate(itemId);
|
||||
if (!itemTemplate)
|
||||
{
|
||||
@@ -1647,8 +1645,6 @@ public:
|
||||
if (!playerTarget)
|
||||
playerTarget = player;
|
||||
|
||||
LOG_DEBUG("misc", handler->GetAcoreString(LANG_ADDITEMSET), itemSetId);
|
||||
|
||||
bool found = false;
|
||||
ItemTemplateContainer const* its = sObjectMgr->GetItemTemplateStore();
|
||||
for (ItemTemplateContainer::const_iterator itr = its->begin(); itr != its->end(); ++itr)
|
||||
|
||||
Reference in New Issue
Block a user