changeset 162:f66108c1f674

Remove debugging messages
author yellowfive
date Mon, 06 May 2019 17:06:26 -0700
parents 35612aee8e15
children f27a7c64b21f
files Junk.lua
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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