Mercurial > wow > itemauditor
diff Modules/ArkInventoryRules.lua @ 120:09a38a382194
Debugging code
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Thu, 02 Sep 2010 21:33:34 -0700 |
parents | d94195157a6b |
children |
line wrap: on
line diff
--- a/Modules/ArkInventoryRules.lua Thu Sep 02 21:16:04 2010 -0700 +++ b/Modules/ArkInventoryRules.lua Thu Sep 02 21:33:34 2010 -0700 @@ -56,11 +56,9 @@ if ItemAuditor:IsQACompatible() then local groupName = QAAPI:GetItemGroup(link) if groupName then - DevTools_Dump({link, groupName}) return true end end - DevTools_Dump({link, false}) return false end