Quantcast

Remove debug

Repooc [03-13-13 - 23:27]
Remove debug
Filename
CHANGELOG.txt
ElvUI_SLE/ElvUI_SLE.toc
ElvUI_SLE/modules/exprepbar/exprepbar.lua
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 314499d..97cf0dc 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,6 @@
+v1.55 March 13, 2013
+- Remove Debug Message
+
 v1.54 March 13, 2013
 - Add autotrack reputation
 - Updated Libraries
diff --git a/ElvUI_SLE/ElvUI_SLE.toc b/ElvUI_SLE/ElvUI_SLE.toc
index 60a23f7..2d871e0 100644
--- a/ElvUI_SLE/ElvUI_SLE.toc
+++ b/ElvUI_SLE/ElvUI_SLE.toc
@@ -1,7 +1,7 @@
 ## Interface: 50200
 ## Title: |cff1784d1ElvUI |rShadow and Light Edit
 ## Author: Darth Predator, Repooc
-## Version: 1.54
+## Version: 1.55
 ## Notes: Plugin-edit for |cff1784d1ElvUI|r.
 ## Notes-ruRU: Плагин-редакция для |cff1784d1ElvUI|r.
 ## eMail: darthpred@gmail.com, repooc@tukui.org
diff --git a/ElvUI_SLE/modules/exprepbar/exprepbar.lua b/ElvUI_SLE/modules/exprepbar/exprepbar.lua
index 7f85aef..49b87f7 100644
--- a/ElvUI_SLE/modules/exprepbar/exprepbar.lua
+++ b/ElvUI_SLE/modules/exprepbar/exprepbar.lua
@@ -225,7 +225,6 @@ function M:PlayerGuildRepUdate()
 end

 function M:setWatchedFaction(faction)
- 	print("ARS Debug(sWF):"..faction)
 	wipe(collapsed)
 	local i,j = 1, GetNumFactions()
 	while i <= j do