From e5d0f7c86cfbf893e2e7dfca7d05ae0534dcfc77 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 13 Feb 2013 09:09:14 +0400 Subject: [PATCH] Removed debug message and ptr toons Seems working /shrug --- ElvUI_SLE/modules/chat/chat.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ElvUI_SLE/modules/chat/chat.lua b/ElvUI_SLE/modules/chat/chat.lua index ef12ebd..3872b01 100644 --- a/ElvUI_SLE/modules/chat/chat.lua +++ b/ElvUI_SLE/modules/chat/chat.lua @@ -9,9 +9,6 @@ CHAT_FLAG_SLEFRIEND = "|TInterface\\AddOns\\ElvUI_SLE\\media\\textures\\Chat_Fri CHAT_FLAG_SLETEST = "|TInterface\\AddOns\\ElvUI_SLE\\media\\textures\\Chat_Test:13:13|t" --Toon table local IconTable = { - ["Anasterian(US)"] = { - ["Dapooc"] = "SLEAUTHOR" - }, ["Illidan"] = { --Darth's toon ["Darthpred"] = "SLEAUTHOR", @@ -202,7 +199,6 @@ local function SLEfilter(self, event, message, author, arg3, arg4, arg5, arg6, . local returnTex = arg6 local myRealm = E.myrealm myRealm = myRealm:gsub(' ', '') - print(myRealm) if(strlen(arg6) > 0) then else if IconTable[myRealm] then -- 1.7.9.5