From: Matthijs Kooijman Date: Tue, 25 Aug 2009 14:34:05 +0000 (+0200) Subject: Remove debug print from pret-haskell.lua. X-Git-Tag: final-thesis~299 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=3f401d7d261570283bf23524ac2ecb7c08c0ccaa Remove debug print from pret-haskell.lua. --- diff --git a/pret-haskell.lua b/pret-haskell.lua index 483d660..bf74fe0 100644 --- a/pret-haskell.lua +++ b/pret-haskell.lua @@ -11,7 +11,6 @@ local visualizer = buffers.newvisualizer('haskell') function visualizer.flush_line(str,nested) while str ~= '' do - print("Looking at '" .. str .. "'") if utf.match(str, '^ ') then tex.sprint('\\obs ') -- Eat the first character