chore: remove rarity table debug log (#1245)

cause it's too noisy
This commit is contained in:
Aaron Kimbrell
2023-10-28 05:31:54 -05:00
committed by GitHub
parent 01efa72aad
commit 79752c9abc

View File

@@ -24,7 +24,6 @@ void SortTable(LootTableEntries& table) {
lootToInsert = oldItrInner;
}
}
Game::logger->LogDebug("CDLootTableTable", "highest rarity %i item id %i", highestLootRarity, lootToInsert->itemid);
std::swap(*oldItrOuter, *lootToInsert);
}
}