diff --git a/ElvUI/Modules/Bags/Bags.lua b/ElvUI/Modules/Bags/Bags.lua index d94dee1..0d9f1f5 100644 --- a/ElvUI/Modules/Bags/Bags.lua +++ b/ElvUI/Modules/Bags/Bags.lua @@ -848,7 +848,6 @@ function B:GetGraysValue() if itemLink then _, _, rarity, _, _, itype = GetItemInfo(match(itemLink, "item:(%d+)")) itemPrice = LIP:GetSellValue(itemLink) - print(itype) if itemPrice then stackCount = select(2, GetContainerItemInfo(bag, slot)) or 1 stackPrice = itemPrice * stackCount