chore(Core/Handlers): Clear debug leftovers (#24603)

This commit is contained in:
Andrew 2026-02-03 06:29:31 -03:00 committed by GitHub
parent 54445357a7
commit 3d9e58b3d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,8 +156,6 @@ void WorldSession::HandleBuyBankSlotOpcode(WorldPackets::Bank::BuyBankSlot& buyB
// next slot
++slot;
LOG_INFO("network", "PLAYER: Buy bank bag slot, slot number = {}", slot);
BankBagSlotPricesEntry const* slotEntry = sBankBagSlotPricesStore.LookupEntry(slot);
if (!slotEntry)