Comment out some debug code.
Scott Sibley [08-09-10 - 00:28]
Comment out some debug code.
diff --git a/Modules/DeadlyAnnounce.lua b/Modules/DeadlyAnnounce.lua
index b2a985d..bfff09d 100644
--- a/Modules/DeadlyAnnounce.lua
+++ b/Modules/DeadlyAnnounce.lua
@@ -166,8 +166,8 @@ function mod:OnEnable()
StarTip:SecureHook(BigWigs, "NewBoss", NewBoss)
end
- tinsert(history, {text = "Test", time = GetTime() - 5})
- tinsert(history, {text = "Fobar", time = GetTime()})
+ --tinsert(history, {text = "Test", time = GetTime() - 5})
+ --tinsert(history, {text = "Fobar", time = GetTime()})
end
function mod:OnDisable()