From 65f605d9f4c2420383c683c26c01be253644372b Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 6 Dec 2009 18:23:08 +0100 Subject: [PATCH 1/1] Remove debug print from pret-lam. --- pret-lam.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/pret-lam.lua b/pret-lam.lua index 0eb1324..43e8c8c 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -175,7 +175,6 @@ local function do_indent(line) copyind = utf.sub(indentlines[prev], 1, #newind) setwidth = "\\setwidthof{" .. copyind .. "}\\to\\pretlamalignwidth" hskip = "\\hskip\\pretlamalignwidth" - print("{" .. setwidth .. hskip .. "}" .. rest) return "{" .. setwidth .. hskip .. "}" .. rest end -- No previous line? Just return the unmodified line then -- 2.30.2