changeset 183:c6369f8f277c v86

Removed a piece of debugging code causing an issue.
author yellowfive
date Sat, 15 Feb 2020 11:16:49 -0800
parents a5c00637bf07
children f374d84470db
files AskMrRobot-Serializer/AskMrRobot-Serializer.lua AskMrRobot.toc Gear.lua
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Fri Feb 14 14:54:01 2020 -0800
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Sat Feb 15 11:16:49 2020 -0800
@@ -1,6 +1,6 @@
 -- AskMrRobot-Serializer will serialize and communicate character data between users.
 
-local MAJOR, MINOR = "AskMrRobot-Serializer", 85
+local MAJOR, MINOR = "AskMrRobot-Serializer", 86
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else
--- a/AskMrRobot.toc	Fri Feb 14 14:54:01 2020 -0800
+++ b/AskMrRobot.toc	Sat Feb 15 11:16:49 2020 -0800
@@ -1,7 +1,7 @@
 ## Interface: 80300
 ## Title: Ask Mr. Robot
 ## Author: Team Robot, Inc.
-## Version: 85
+## Version: 86
 ## Notes: Gear import/export, combat logging, and more.
 ## URL: www.askmrrobot.com
 ## SavedVariables: AskMrRobotDb4
--- 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