# HG changeset patch # User yellowfive # Date 1557187586 25200 # Node ID f66108c1f6744250cb8b137b58a42c37ea635e36 # Parent 35612aee8e157cfc7de55eeb73c8fedff5e0eb40 Remove debugging messages diff -r 35612aee8e15 -r f66108c1f674 Junk.lua --- a/Junk.lua Mon May 06 14:08:03 2019 -0700 +++ b/Junk.lua Mon May 06 17:06:26 2019 -0700 @@ -176,8 +176,6 @@ end) else - print("bank withdraw done") - -- reset state _bankUsedBagSlots = nil _btnBank:SetDisabled(not _isBankOpen) @@ -193,8 +191,6 @@ local data = Amr.db.char.JunkData if not data.Junk then return end - print("doing bank withdraw...") - -- disable button while processing _btnBank:SetDisabled(true) @@ -601,11 +597,6 @@ _lblBank:SetText(L.JunkBankText(bankCount)) _lblBank:SetVisible(bankCount > 0) _btnBank:SetVisible(bankCount > 0) - - -- in most cases, this is because the user has sold/scrapped the items already - --if missingCount > 0 then - -- Amr:Print(L.JunkMissingText(missingCount)) - --end end end