diff Gear.lua @ 183:c6369f8f277c v86

Removed a piece of debugging code causing an issue.
author yellowfive
date Sat, 15 Feb 2020 11:16:49 -0800
parents 5c586ff5fee5
children a7f2ba17c39a
line wrap: on
line diff
--- a/Gear.lua	Fri Feb 14 14:54:01 2020 -0800
+++ b/Gear.lua	Sat Feb 15 11:16:49 2020 -0800
@@ -1297,16 +1297,16 @@
 	-- TODO: implement
 end
 
-
+--[[
 local function testfunc(message)
 	print(strsub(message, 13))
 end
-
+]]
 
 function Amr:InitializeGear()
 	Amr:AddEventHandler("ACTIVE_TALENT_GROUP_CHANGED", onActiveTalentGroupChanged)
 
-	Amr:AddEventHandler("CHAT_MSG_CHANNEL", testfunc)
+	--Amr:AddEventHandler("CHAT_MSG_CHANNEL", testfunc)
 	
 	Amr:AddEventHandler("UNIT_INVENTORY_CHANGED", function(unitID)
 		if unitID and unitID ~= "player" then return end