Scripts/Misc: Remove 2 logs, they are handled by gm logs

(cherry picked from commit a462daa01c)
This commit is contained in:
Aokromes
2021-10-05 15:52:33 +02:00
committed by Shauren
parent 9fda7e3790
commit a7e90650fe

View File

@@ -1260,8 +1260,6 @@ public:
if (!playerTarget)
playerTarget = player;
TC_LOG_DEBUG("misc", handler->GetTrinityString(LANG_ADDITEM), itemId, count);
ItemTemplate const* itemTemplate = sObjectMgr->GetItemTemplate(itemId);
if (!itemTemplate)
{
@@ -1364,8 +1362,6 @@ public:
if (!playerTarget)
playerTarget = player;
TC_LOG_DEBUG("misc", handler->GetTrinityString(LANG_ADDITEMSET), itemSetId);
bool found = false;
ItemTemplateContainer const& its = sObjectMgr->GetItemTemplateStore();
for (auto const& itemTemplatePair : its)