aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2021-10-05 15:52:33 +0200
committerAokromes <aokromes@gmail.com>2021-10-05 15:52:33 +0200
commita462daa01c6b966821fadbd64b881020067cf6bd (patch)
tree4733e3bf89d9432a6465c236be152f54a0f306fb /src
parent572d1f3be5909d6ed5259cdbbe1f096bb8d873c3 (diff)
Scripts/Misc: Remove 2 logs, they are handled by gm logs
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Commands/cs_misc.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/scripts/Commands/cs_misc.cpp b/src/server/scripts/Commands/cs_misc.cpp
index 0f7480a7364..be8e8db0c24 100644
--- a/src/server/scripts/Commands/cs_misc.cpp
+++ b/src/server/scripts/Commands/cs_misc.cpp
@@ -1198,8 +1198,6 @@ public:
if (!playerTarget)
playerTarget = player;
- TC_LOG_DEBUG("misc", handler->GetTrinityString(LANG_ADDITEM), itemId, count);
-
ItemTemplate const* itemTemplate = sObjectMgr->GetItemTemplate(itemId);
if (!itemTemplate)
{
@@ -1287,8 +1285,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)