From 8af055b96086104c1eb072ae5130d860f6ff3bc6 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Tue, 3 Aug 2010 16:55:14 -0500 Subject: [PATCH] Removed an overly-talkative unparsed line output --- Regexps.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/Regexps.lua b/Regexps.lua index 9f29dd8..91cd8fc 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -831,8 +831,6 @@ ww_MultipleStatLines = { stat3 = WeightsWatcher.singleStat(stat3, section) if stat1 and stat2 and stat3 then return stat1.stats + stat2.stats + stat3.stats - else - ww_unparsed_lines[text][pattern].parsedTo = {stat1, stat2, stat3} end end end, -- 1.7.9.5