From 02aabf52e0b1870b586bf8429c100d866b7ae210 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 28 Apr 2008 22:41:23 +0000 Subject: [PATCH] Remove debug messages --- WowLua.lua | 2 -- 1 file changed, 2 deletions(-) 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" -- 1.7.9.5