mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
cleanup unnecessary debug output
This commit is contained in:
parent
55ae5290f6
commit
2859e3731b
1 changed files with 0 additions and 2 deletions
|
@ -513,8 +513,6 @@ Core::ItemPtr Core::Entity::Player::addItem( uint32_t catalogId, uint32_t quanti
|
|||
{
|
||||
auto bag = Items::Util::getCharaEquipSlotCategoryToArmoryId( itemInfo->equipSlotCategory );
|
||||
|
||||
sendDebug( "Got bag: " + std::to_string( bag ) + " for cat: " + std::to_string( itemInfo->equipSlotCategory ) );
|
||||
|
||||
bags.insert( bags.begin(), bag );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue