Removing debug message

Leandro Silva [09-19-18 - 00:02]
Removing debug message
Filename
LeoAltholic.lua
LeoAltholic.txt
diff --git a/LeoAltholic.lua b/LeoAltholic.lua
index b187944..02be497 100644
--- a/LeoAltholic.lua
+++ b/LeoAltholic.lua
@@ -2,7 +2,7 @@
 LeoAltholic = {}
 LeoAltholic.name = "LeoAltholic"
 LeoAltholic.displayName = "Leo's Altholic"
-LeoAltholic.version = "0.9.6"
+LeoAltholic.version = "0.9.7"
 LeoAltholic.chatPrefix = "|c39B027" .. LeoAltholic.name .. "|r: "
 LeoAltholic.timerQueue = {}

@@ -333,12 +333,7 @@ function LeoAltholic.InitCharsList()
     local bag = SHARED_INVENTORY:GenerateFullSlotData(nil,BAG_WORN,BAG_BACKPACK)
     char.inventory[BAG_WORN] = {}
     char.inventory[BAG_BACKPACK] = {}
-    local first = true
     for _, data in pairs(bag) do
-        if first then
-            d(data)
-            first = false
-        end
         char.inventory[data.bagId][data.slotIndex] = {
             link = GetItemLink(data.bagId, data.slotIndex),
             name = data.name,
diff --git a/LeoAltholic.txt b/LeoAltholic.txt
index 8bd5cc6..e6e6998 100644
--- a/LeoAltholic.txt
+++ b/LeoAltholic.txt
@@ -1,6 +1,6 @@
 ## Title: Leo's Altholic
 ## APIVersion: 100024
-## Version: 0.9.6
+## Version: 0.9.7
 ## Author: |c39B027@LeandroSilva|r
 ## SavedVariables: LeoAltholicSavedVariables
 ## DependsOn: LibStub LibFeedback