From ecf428f6a5b8b3b7a5c304f966f8d3cc92cf75dd Mon Sep 17 00:00:00 2001 From: ckaotik Date: Mon, 29 Nov 2010 09:26:40 +0100 Subject: [PATCH] I feared I'd miss that! Removed annoying spammy print debug ;) --- core.lua | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.9.5