From 57212577683a287ae7f4ab2444f15e7dea3e9547 Mon Sep 17 00:00:00 2001 From: Crum Date: Thu, 15 Nov 2018 15:04:30 -0600 Subject: [PATCH] oops --- ElvUI/Modules/Bags/Bags.lua | 1 - 1 file changed, 1 deletion(-) 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