removed debug logs

This commit is contained in:
EmosewaMC
2022-04-23 22:22:21 -07:00
parent 18fc01cd49
commit dc770299d1
3 changed files with 0 additions and 3 deletions

View File

@@ -81,7 +81,6 @@ Item::Item(
inventory->AddManagedItem(this);
auto* entity = inventory->GetComponent()->GetParent();
Game::logger->Log("test", "source %i\n", lootSourceType);
GameMessages::SendAddItemToInventoryClientSync(entity, entity->GetSystemAddress(), this, id, showFlyingLoot, static_cast<int>(this->count), subKey, lootSourceType);
if (isModMoveAndEquip)