[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020: Remove stray debug line (e403ebc2e)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Oct 3 14:32:44 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : LaTeX2020
Link       : https://github.com/latex3/latex3/commit/e403ebc2e64ae02c9ff8d51c4318c0c4f91cd165

>---------------------------------------------------------------

commit e403ebc2e64ae02c9ff8d51c4318c0c4f91cd165
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Oct 3 13:32:44 2019 +0100

    Remove stray debug line


>---------------------------------------------------------------

e403ebc2e64ae02c9ff8d51c4318c0c4f91cd165
 build-config.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build-config.lua b/build-config.lua
index ef58bbe48..e95ec89cd 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -112,7 +112,6 @@ local function fmt(engines,dest)
 
     local engname = string.match(src,"^[^.]*") .. ".fmt"
     local fmtname = string.gsub(engine,"tex$","") .. "latex.fmt"
-    print(fmt,fmtname)
     if engname ~= fmtname then
       ren(unpackdir,engname,fmtname)
     end





More information about the latex3-commits mailing list