Remove debug messages
James Whitehead II [04-28-08 - 22:41]
diff --git a/WowLua.lua b/WowLua.lua
index 3cf6901..8324e79 100644
--- a/WowLua.lua
+++ b/WowLua.lua
@@ -516,9 +516,7 @@ function WowLua.UpdateLineNums(highlightNum)
local count = 1
for line in text:gmatch("([^\n]*\n?)") do
if #line > 0 then
- ChatFrame1:AddMessage(count .. " hi: " .. tostring(highlightNum))
if count == highlightNum then
- ChatFrame1:AddMessage("got highlight")
linetext = linetext .. "|cFFFF1111" .. count .. "|r" .. "\n"
else
linetext = linetext .. count .. "\n"