Quantcast

I feared I'd miss that! Removed annoying spammy print debug ;)

ckaotik [11-29-10 - 08:26]
I feared I'd miss that! Removed annoying spammy print debug ;)
Filename
core.lua
diff --git a/core.lua b/core.lua
index 335753d..2360923 100644
--- a/core.lua
+++ b/core.lua
@@ -490,8 +490,6 @@ function BrokerGarbage:GetSingleItemValue(item)
         disenchantPrice = (canDE and not disenchantPrice and GetDisenchantValue) and GetDisenchantValue(itemLink) or nil
     end

-	BrokerGarbage:Print("AuctionAddon: "..(BrokerGarbage.auctionAddon or "?"))
-
     -- simply return the highest value price
     local maximum = math.max((disenchantPrice or 0), (auctionPrice or 0), (vendorPrice or 0))
     if vendorPrice and maximum == vendorPrice then