changeset 120:09a38a382194

Debugging code
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 02 Sep 2010 21:33:34 -0700
parents d94195157a6b
children f7efbd879062
files Modules/ArkInventoryRules.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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