[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Remove unnecessary print (377012a)
Marcel Fabian Krüger
tex at 2krueger.de
Wed Apr 22 07:36:02 CEST 2020
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/377012aa8aca23b24391df274b2c70f201033cd8
>---------------------------------------------------------------
commit 377012aa8aca23b24391df274b2c70f201033cd8
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Mon Apr 20 12:54:29 2020 +0200
Remove unnecessary print
>---------------------------------------------------------------
377012aa8aca23b24391df274b2c70f201033cd8
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.