aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2021-10-05 15:52:33 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-19 22:54:49 +0100
commita7e90650fe916d5a100db09bb9e9c90af72cf093 (patch)
treec99161403083f94ea39c74576f5ed640f1b323d1 /src
parent9fda7e3790b91abf93dbae761c03492add37625c (diff)
Scripts/Misc: Remove 2 logs, they are handled by gm logs
(cherry picked from commit a462daa01c6b966821fadbd64b881020067cf6bd)
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 c115ecbaf71..a1ddaf779d2 100644
--- a/src/server/scripts/Commands/cs_misc.cpp
+++ b/src/server/scripts/Commands/cs_misc.cpp
@@ -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)