From b243ceaf820adcb26dbae01ecfb48b64644d780b Mon Sep 17 00:00:00 2001 From: Repooc Date: Tue, 18 Mar 2014 00:24:20 -0400 Subject: [PATCH] Remove debug messages --- ElvUI_SLE/modules/characterframe/communication.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ElvUI_SLE/modules/characterframe/communication.lua b/ElvUI_SLE/modules/characterframe/communication.lua index f83acf5..b6c3d8b 100644 --- a/ElvUI_SLE/modules/characterframe/communication.lua +++ b/ElvUI_SLE/modules/characterframe/communication.lua @@ -326,7 +326,7 @@ if not AISM then end if slotName == 'HeadSlot' or slotName == 'BackSlot' then - print(slotName..' : '..(slotName == 'HeadSlot' and not isHelmDisplayed and 'NotDisplayed' or slotName == 'BackSlot' and not isCloakDisplayed and 'NotDisplayed' or 'Displayed')) + --print(slotName..' : '..(slotName == 'HeadSlot' and not isHelmDisplayed and 'NotDisplayed' or slotName == 'BackSlot' and not isCloakDisplayed and 'NotDisplayed' or 'Displayed')) end ShortString = slotLink and select(2, strsplit(':', slotLink)) or 'F' @@ -622,7 +622,7 @@ if not AISM then self.SendDataGuildUpdated = self.SendMessageDelay SendAddonMessage('AISM', 'AISM_GUILD_RegistME', 'GUILD') - print('길드� AISM_GUILD_RegistME 전송') + --print('길드� AISM_GUILD_RegistME 전송') self.needSendDataGuild = nil end end @@ -654,8 +654,8 @@ if not AISM then Sender, SenderRealm = strsplit('-', Sender) Sender = Sender..(SenderRealm and SenderRealm ~= '' and SenderRealm ~= playerRealm and '-'..SenderRealm or '') - print('|cffceff00['..Channel..']|r|cff2eb7e4['..Prefix..']|r '..Sender..' : ') - print(Message) + --print('|cffceff00['..Channel..']|r|cff2eb7e4['..Prefix..']|r '..Sender..' : ') + --print(Message) if Message == 'AISM_GUILD_RegistME' then self.GuildMemberData[Sender] = true -- 1.7.9.5