# HG changeset patch # User Asa Ayers # Date 1283488414 25200 # Node ID 09a38a3821940aa82f407193ab75194e22a1c0bd # Parent d94195157a6bf4aa0cb8bb76b92c043984306ca7 Debugging code diff -r d94195157a6b -r 09a38a382194 Modules/ArkInventoryRules.lua --- 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