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