From 79752c9abc34f8bb444729d98a1023f9bc3b3f4b Mon Sep 17 00:00:00 2001 From: Aaron Kimbrell Date: Sat, 28 Oct 2023 05:31:54 -0500 Subject: [PATCH] chore: remove rarity table debug log (#1245) cause it's too noisy --- dDatabase/Tables/CDLootTableTable.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dDatabase/Tables/CDLootTableTable.cpp b/dDatabase/Tables/CDLootTableTable.cpp index c666babc..9ee875df 100644 --- a/dDatabase/Tables/CDLootTableTable.cpp +++ b/dDatabase/Tables/CDLootTableTable.cpp @@ -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); } }