From: Matthijs Kooijman Date: Tue, 25 Aug 2009 15:43:41 +0000 (+0200) Subject: Remove a few debug prints from pret-trans. X-Git-Tag: final-thesis~290 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=cb736fa056825e66c2831a01843cfcaf4bf9b4b8 Remove a few debug prints from pret-trans. --- diff --git a/pret-trans.lua b/pret-trans.lua index 7f32afd..ac1b525 100644 --- a/pret-trans.lua +++ b/pret-trans.lua @@ -38,7 +38,6 @@ end -- Insert n blank lines local function blanks(n) - print("Inserting " .. n .. " blanks") for i = 1,n do buffers.visualizers.handlers.default.empty_line() end @@ -92,7 +91,6 @@ function vis.end_of_display() break end end - print("Rule length: " .. len) -- Split the input in three parts. Stuff before the line, stuff -- after the line, stuff to the right of the line. @@ -106,7 +104,6 @@ function vis.end_of_display() if utf.match(left, "^%-%-%-*") then found_line = true else - print("Looking at " .. line .. "('" .. left .. "', '" .. right .. "')") if utf.len(left) > 0 then if not found_line then table.insert(before, left)