Remove debug print in warlock dispels

This commit is contained in:
2024-03-23 01:08:24 +01:00
parent f0b7d40483
commit b44625a9a0

View File

@@ -9,7 +9,7 @@ function()
-- Unexpected behavior, bail!
return
end
print("Dispel " .. unitName)
-- print("Dispel " .. unitName)
MakeFrameGlow(frame)
end
end