[latex3-commits] [git/LaTeX3-latex3-luaotfload] mathparams-dev: Remove unnecessary print (3a17711)
Marcel Fabian Krüger
tex at 2krueger.de
Mon Apr 20 12:54:29 CEST 2020
Repository : https://github.com/latex3/luaotfload
On branch : mathparams-dev
Link : https://github.com/latex3/luaotfload/commit/3a1771105a7734926502a5862290ad25b4bb879a
>---------------------------------------------------------------
commit 3a1771105a7734926502a5862290ad25b4bb879a
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Mon Apr 20 12:54:29 2020 +0200
Remove unnecessary print
>---------------------------------------------------------------
3a1771105a7734926502a5862290ad25b4bb879a
src/luaotfload-notdef.lua | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/luaotfload-notdef.lua b/src/luaotfload-notdef.lua
index 466b8a7..2f9a81e 100644
--- a/src/luaotfload-notdef.lua
+++ b/src/luaotfload-notdef.lua
@@ -227,7 +227,6 @@ local push, pop do
head = node.direct.todirect(head)
local l = list[#list]
list[#list] = nil
- table.print(l)
for i = #l,1,-1 do
local e = l[i]
local n = tonumber(e)
More information about the latex3-commits
mailing list.