Quantcast

- Forgot to comment out a test print

Lanerra [11-01-13 - 04:52]
- Forgot to comment out a test print
Filename
oUF_Lanerra.lua
diff --git a/oUF_Lanerra.lua b/oUF_Lanerra.lua
index 58e56cd..394b823 100644
--- a/oUF_Lanerra.lua
+++ b/oUF_Lanerra.lua
@@ -192,7 +192,7 @@ local function PostCastStart(Castbar, unit)
     if (unit == 'target') then
         if (self.Castbar.interrupt) then
             self.Castbar.Border:SetBorderTexture(Interrupt)
-            print('Changed the border, chief!')
+            --print('Changed the border, chief!')
             self.Castbar.Border:SetBorderColor(1, 0, 1)
             self.Castbar.Border:SetBorderShadowColor(1, 0, 1)
         else