[latex3-commits] [git/LaTeX3-latex3-latex3] main, peek-refactor: Remove a debug ling (616a83d48)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jan 10 14:04:58 CET 2022
Repository : https://github.com/latex3/latex3
On branches: main,peek-refactor
Link : https://github.com/latex3/latex3/commit/616a83d489368c3520352840668dbc0965695f36
>---------------------------------------------------------------
commit 616a83d489368c3520352840668dbc0965695f36
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jan 10 13:04:58 2022 +0000
Remove a debug ling
>---------------------------------------------------------------
616a83d489368c3520352840668dbc0965695f36
build-config.lua | 1 -
1 file changed, 1 deletion(-)
diff --git a/build-config.lua b/build-config.lua
index acba74478..47ea3b2b1 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -128,7 +128,6 @@ local function fmt(engines,dest)
newname = string.gsub(engine,"tex$","latex.fmt")
end
if fmtname ~= newname then
- print(fmtname,newname)
ren(unpackdir,fmtname,newname)
fmtname = newname
end
More information about the latex3-commits
mailing list.