- err, removed a debug message from Runes module. couldn't hit cancel fast enough...

This commit is contained in:
Parnic
2008-08-03 05:31:15 +00:00
parent 0b25b48304
commit 49169156b2

View File

@ -162,7 +162,6 @@ end
-- simply shows/hides the foreground rune when it becomes usable/unusable. this allows the background transparent rune to show only
function Runes.prototype:UpdateRunePower(rune, usable)
DEFAULT_CHAT_FRAME:AddMessage("Runes.prototype:UpdateRunePower: rune="..rune.." usable="..(usable and "yes" or "no"));
if not rune or not self.frame.graphical or #self.frame.graphical <= rune then
return
end