Remove some TODOs.
[matthijs/master-project/report.git] / pret-lam.lua
index 0eb13240c59e8394150669fcb6f957508c3d4f05..43e8c8cc25f305ecf44b10e7d5a9b3b4311ca0ea 100644 (file)
@@ -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