From a9e96ca151caed15cd8252fd2d323bc9bdae64f6 Mon Sep 17 00:00:00 2001 From: Parnic Date: Tue, 17 May 2016 23:19:28 -0500 Subject: [PATCH] Tweaked debug messages --- IceCastBar.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IceCastBar.lua b/IceCastBar.lua index 377e0d6..84e997f 100644 --- a/IceCastBar.lua +++ b/IceCastBar.lua @@ -256,7 +256,7 @@ end function IceCastBar.prototype:MyOnUpdate() -- safety catch if (self.action == IceCastBar.Actions.None) then - IceHUD:Debug("Stopping action ", self.action) + --IceHUD:Debug("Stopping action ", self.action) self:StopBar() return end @@ -414,7 +414,7 @@ end function IceCastBar.prototype:SpellCastSent(event, unit, spell, rank, target) if (unit ~= self.unit) then return end - --IceHUD:Debug("SpellCastSent", unit, spell, rank, target) + IceHUD:Debug("SpellCastSent", unit, spell, rank, target) end