From 3f401d7d261570283bf23524ac2ecb7c08c0ccaa Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 25 Aug 2009 16:34:05 +0200 Subject: [PATCH] Remove debug print from pret-haskell.lua. --- pret-haskell.lua | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2