Skip to content

Commit

Permalink
Change debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Jan 5, 2025
1 parent 301397f commit f394a6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SkillLevelData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,18 +190,18 @@ function Skillet:GetTradeSkillLevels(itemID, spellID)
--
local diff = false
if a ~= e then
DA.DEBUG(1,"GetTradeSkillLevels: a= "..tostring(a)..", e= "..tostring(e))
--DA.DEBUG(1,"GetTradeSkillLevels: a= "..tostring(a)..", e= "..tostring(e))
end
if b ~= f then
DA.DEBUG(1,"GetTradeSkillLevels: b= "..tostring(b)..", f= "..tostring(f))
--DA.DEBUG(1,"GetTradeSkillLevels: b= "..tostring(b)..", f= "..tostring(f))
diff = true
end
if c ~= g then
DA.DEBUG(1,"GetTradeSkillLevels: c= "..tostring(c)..", g= "..tostring(g))
--DA.DEBUG(1,"GetTradeSkillLevels: c= "..tostring(c)..", g= "..tostring(g))
diff = true
end
if d ~= h then
DA.DEBUG(1,"GetTradeSkillLevels: d= "..tostring(b)..", h= "..tostring(h))
--DA.DEBUG(1,"GetTradeSkillLevels: d= "..tostring(b)..", h= "..tostring(h))
diff = true
end
--
Expand Down

0 comments on commit f394a6e

Please sign in to comment.