[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Don't print useless log output (9cdc981)

Marcel Fabian Krüger tex at 2krueger.de
Sat Sep 5 03:33:50 CEST 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/9cdc9811b0b15a82e289e25a388aead15e8a6134

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

commit 9cdc9811b0b15a82e289e25a388aead15e8a6134
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sat Sep 5 03:33:25 2020 +0200

    Don't print useless log output


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

9cdc9811b0b15a82e289e25a388aead15e8a6134
 src/luaotfload-init.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua
index 0584c51..eaef548 100644
--- a/src/luaotfload-init.lua
+++ b/src/luaotfload-init.lua
@@ -295,7 +295,6 @@ local function init_main(early_hook)
     local saved_exit = os.exit
     local errmsg
     function texio.reporter(msg, ...)
-      print(...)
       errmsg = msg
     end
     function os.exit()





More information about the latex3-commits mailing list.