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

@@ -284,7 +284,6 @@ void InventoryComponent::AddItem(
continue;
}
Game::logger->Log("InventoryComponent", "new item with source %i\n", lootSourceType);
auto* item = new Item(lot, inventory, slot, size, {}, parent, showFlyingLoot, isModMoveAndEquip, subKey, false, lootSourceType);
isModMoveAndEquip = false;