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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}
}