Didn't mean to commit this debug print.

This commit is contained in:
Parnic
2014-12-10 20:33:27 -06:00
parent 560e0674da
commit 56ae139c52

View File

@ -299,7 +299,6 @@ function StaggerBar.prototype:UpdateTimerFrame(event, unit, fromUpdate)
end
local _, unitClass = UnitClass("player")
print(unitClass)
if unitClass == "MONK" then
IceHUD.StaggerBar = StaggerBar:new()
end